HomeSort by relevance Sort by last modified time
    Searched refs:COFF (Results 1 - 25 of 48) sorted by null

1 2

  /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...]