Home
last modified time | relevance | path

Searched refs:AuxType (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Object/
DCOFFYAML.cpp282 : AuxType(COFFYAML::AuxSymbolType(0)) {} in NAuxTokenType()
284 : AuxType(COFFYAML::AuxSymbolType(C)) {} in NAuxTokenType()
285 uint32_t denormalize(IO &) { return AuxType; } in denormalize()
286 COFFYAML::AuxSymbolType AuxType; member
459 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType); in mapping()
460 IO.mapRequired("AuxType", NATT->AuxType); in mapping()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp53 AuxiliaryType AuxType; member
323 coff_symbol->Aux[0].AuxType = ATSectionDefinition; in DefineSection()
398 coff_symbol->Aux[0].AuxType = ATWeakExternal; in DefineSymbol()
570 switch(i->AuxType) { in WriteAuxiliarySymbols()
849 Aux.AuxType = ATFile; in WriteObject()
898 assert(Symbol->Aux[0].AuxType == ATWeakExternal && in WriteObject()
985 assert(Aux.AuxType == ATSectionDefinition && in WriteObject()
/external/llvm/test/tools/llvm-readobj/
Dcxx-cli-aux.test36 CHECK-NEXT: AuxType: 1
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp184 YAMLCLRToken.AuxType = ObjCLRToken->AuxType; in dumpCLRTokenDefinition()
/external/llvm/include/llvm/Support/
DCOFF.h406 uint8_t AuxType; member
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp515 OS << binary_le(i->CLRToken->AuxType) in writeCOFF()
/external/llvm/include/llvm/Object/
DCOFF.h439 uint8_t AuxType; member
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp981 W.printNumber("AuxType", Aux->AuxType); in printSymbol()