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

  /external/llvm/tools/llvm-readobj/
Win64EHDumper.h 34 const object::COFFObjectFile &COFF;
38 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver,
40 : COFF(COFF), ResolveSymbol(Resolver), UserData(UserData) {}
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 46 enum ObjectFormat { ELF, MachO, 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.
19 #include "llvm/Support/COFF.h"
23 namespace COFF {
42 // The structure of the yaml files is not an exact 1:1 match to COFF. In order
56 COFF::section Header;
65 COFF::symbol Header;
66 COFF::SymbolBaseType SimpleType;
67 COFF::SymbolComplexType ComplexType;
68 Optional<COFF::AuxiliaryFunctionDefinition> FunctionDefinition
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 48 typedef unsigned __LONG32 COFF;
fdi.h 49 typedef unsigned __LONG32 COFF;
  /external/llvm/include/llvm/ADT/
Triple.h 187 COFF,
521 /// Tests whether the OS uses the COFF binary format.
523 return getObjectFormat() == Triple::COFF;
  /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 {
33 // The maximum number of sections that a COFF object can have (inclusive).
44 // Sizes in bytes of various things in the COFF format.
118 /// COFF line numbers have been stripped. This is deprecated and should be
121 /// COFF symbol table entries for local symbols have been removed. This is
510 // FIXME: This should be DllCharacteristics to match the COFF spec.
517 // FIXME: This should be NumberOfRvaAndSizes to match the COFF spec
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 43 #include "llvm/Support/COFF.h"
    [all...]

Completed in 714 milliseconds