HomeSort by relevance Sort by last modified time
    Searched defs:COFF (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 54 COFF
  /external/llvm/include/llvm/Object/
COFFYAML.h 1 //===- COFFYAML.h - COFF YAMLIO implementation ------------------*- C++ -*-===//
10 // This file declares classes for handling the YAML representation of COFF.
18 #include "llvm/Support/COFF.h"
22 namespace COFF {
35 // The structure of the yaml files is not an exact 1:1 match to COFF. In order
45 COFF::section Header;
54 COFF::symbol Header;
55 COFF::SymbolBaseType SimpleType;
56 COFF::SymbolComplexType ComplexType;
63 COFF::header Header
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 1 //===-- llvm/Support/COFF.h -------------------------------------*- C++ -*-===//
10 // This file contains an definitions used in Windows COFF Files.
13 // information from Microsoft's publicly available PE/COFF format document:
31 namespace COFF {
36 // Sizes in bytes of various things in the COFF format.
89 /// COFF line numbers have been stripped. This is deprecated and should be
92 /// COFF symbol table entries for local symbols have been removed. This is
611 } // End namespace COFF.

Completed in 130 milliseconds