Searched refs:AuxType (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Object/
H A DCOFFYAML.cpp282 : AuxType(COFFYAML::AuxSymbolType(0)) {}
284 : AuxType(COFFYAML::AuxSymbolType(C)) {}
285 uint32_t denormalize(IO &) { return AuxType; }
286 COFFYAML::AuxSymbolType AuxType; member in struct:llvm::yaml::__anon10572::NAuxTokenType
459 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType);
460 IO.mapRequired("AuxType", NATT->AuxType);
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp53 AuxiliaryType AuxType; member in struct:__anon10571::AuxSymbol
323 coff_symbol->Aux[0].AuxType = ATSectionDefinition;
398 coff_symbol->Aux[0].AuxType = ATWeakExternal;
570 switch(i->AuxType) {
849 Aux.AuxType = ATFile;
898 assert(Symbol->Aux[0].AuxType == ATWeakExternal &&
985 assert(Aux.AuxType == ATSectionDefinition &&
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp184 YAMLCLRToken.AuxType = ObjCLRToken->AuxType;
/external/llvm/include/llvm/Support/
H A DCOFF.h406 uint8_t AuxType; member in struct:llvm::COFF::AuxiliaryCLRToken
/external/llvm/include/llvm/Object/
H A DCOFF.h439 uint8_t AuxType; member in struct:llvm::object::coff_aux_clr_token
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp515 OS << binary_le(i->CLRToken->AuxType)
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp981 W.printNumber("AuxType", Aux->AuxType);

Completed in 130 milliseconds