HomeSort by relevance Sort by last modified time
    Searched defs:COFF (Results 1 - 7 of 7) 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 53 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 {
36 // The structure of the yaml files is not an exact 1:1 match to COFF. In order
50 COFF::section Header;
59 COFF::symbol Header;
60 COFF::SymbolBaseType SimpleType;
61 COFF::SymbolComplexType ComplexType;
62 Optional<COFF::AuxiliaryFunctionDefinition> FunctionDefinition
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 143 COFF,
400 /// \brief Tests whether the OS uses the COFF binary format.
402 return getObjectFormat() == Triple::COFF;
  /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/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).
39 // Sizes in bytes of various things in the COFF format.
92 /// COFF line numbers have been stripped. This is deprecated and should be
95 /// COFF symbol table entries for local symbols have been removed. This is
654 } // End namespace COFF.

Completed in 192 milliseconds