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 249 : AuxType(COFFYAML::AuxSymbolType(0)) {}
251 : AuxType(COFFYAML::AuxSymbolType(C)) {}
252 uint32_t denormalize(IO &) { return AuxType; }
253 COFFYAML::AuxSymbolType AuxType;
356 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType);
357 IO.mapRequired("AuxType", NATT->AuxType);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 51 AuxiliaryType AuxType;
366 coff_symbol->Aux[0].AuxType = ATSectionDefinition;
443 coff_symbol->Aux[0].AuxType = ATWeakExternal;
593 switch(i->AuxType) {
673 Aux.AuxType = ATFile;
863 assert(Symbol->Aux[0].AuxType == ATWeakExternal &&
945 assert(Aux.AuxType == ATSectionDefinition &&
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 305 support::ulittle8_t AuxType;
  /external/llvm/include/llvm/Support/
COFF.h 385 uint8_t AuxType;

Completed in 2675 milliseconds