Home
last modified time | relevance | path

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

/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp284 : AuxType(COFFYAML::AuxSymbolType(0)) {} in NAuxTokenType()
286 : AuxType(COFFYAML::AuxSymbolType(C)) {} in NAuxTokenType()
287 uint32_t denormalize(IO &) { return AuxType; } in denormalize()
288 COFFYAML::AuxSymbolType AuxType; member
461 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType); in mapping()
462 IO.mapRequired("AuxType", NATT->AuxType); in mapping()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp57 AuxiliaryType AuxType; member
285 coff_symbol->Aux[0].AuxType = ATSectionDefinition; in defineSection()
404 coff_symbol->Aux[0].AuxType = ATWeakExternal; in DefineSymbol()
540 switch (i.AuxType) { in WriteAuxiliarySymbols()
840 Aux.AuxType = ATFile; in writeObject()
885 assert(Symbol->Aux[0].AuxType == ATWeakExternal && in writeObject()
970 assert(Aux.AuxType == ATSectionDefinition && in writeObject()
1051 AuxSyms[0].AuxType == ATSectionDefinition); in writeObject()
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp54 AuxiliaryType AuxType; member
381 coff_symbol->Aux[0].AuxType = ATSectionDefinition; in DefineSection()
449 coff_symbol->Aux[0].AuxType = ATWeakExternal; in DefineSymbol()
560 switch(i->AuxType) { in WriteAuxiliarySymbols()
777 assert(coff_symbol->Aux[0].AuxType == ATWeakExternal && in WriteObject()
823 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.cpp193 YAMLCLRToken.AuxType = ObjCLRToken->AuxType; in dumpCLRTokenDefinition()
/external/llvm/include/llvm/Support/
DCOFF.h397 uint8_t AuxType; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h402 uint8_t AuxType; member
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp522 OS << binary_le(i->CLRToken->AuxType) in writeCOFF()
/external/llvm/include/llvm/Object/
DCOFF.h509 uint8_t AuxType; member
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1348 W.printNumber("AuxType", Aux->AuxType); in printSymbol()