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

  /external/llvm/lib/Object/
COFFYAML.cpp 284 : AuxType(COFFYAML::AuxSymbolType(0)) {}
286 : AuxType(COFFYAML::AuxSymbolType(C)) {}
287 uint32_t denormalize(IO &) { return AuxType; }
288 COFFYAML::AuxSymbolType AuxType;
461 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType);
462 IO.mapRequired("AuxType", NATT->AuxType);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 57 AuxiliaryType AuxType;
286 coff_symbol->Aux[0].AuxType = ATSectionDefinition;
387 coff_symbol->Aux[0].AuxType = ATWeakExternal;
535 switch (i->AuxType) {
831 Aux.AuxType = ATFile;
876 assert(Symbol->Aux[0].AuxType == ATWeakExternal &&
961 assert(Aux.AuxType == ATSectionDefinition &&
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 462 uint8_t AuxType;
  /external/llvm/include/llvm/Support/
COFF.h 398 uint8_t AuxType;

Completed in 642 milliseconds