HomeSort by: relevance | last modified time | path
    Searched defs:AuxType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFYAML.cpp 341 : AuxType(COFFYAML::AuxSymbolType(0)) {}
343 : AuxType(COFFYAML::AuxSymbolType(C)) {}
345 uint32_t denormalize(IO &) { return AuxType; }
347 COFFYAML::AuxSymbolType AuxType;
537 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType);
538 IO.mapRequired("AuxType", NATT->AuxType);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h 176 uint8_t AuxType; // 64-bit XCOFF file only.
COFF.h 532 uint8_t AuxType;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp 68 AuxiliaryType AuxType;
322 Symbol->Aux[0].AuxType = ATSectionDefinition;
398 Sym->Aux[0].AuxType = ATWeakExternal;
535 switch (i.AuxType) {
640 assert(AuxSyms.size() == 1 && AuxSyms[0].AuxType == ATSectionDefinition);
873 Aux.AuxType = ATFile;
1004 assert(Aux.AuxType == ATSectionDefinition &&
1062 assert(Symbol->Aux[0].AuxType == ATWeakExternal &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 456 uint8_t AuxType;

Completed in 38 milliseconds