Searched refs:AuxType (Results 1 – 10 of 10) sorted by relevance
284 : 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; member461 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType); in mapping()462 IO.mapRequired("AuxType", NATT->AuxType); in mapping()
57 AuxiliaryType AuxType; member285 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()
54 AuxiliaryType AuxType; member381 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()
36 CHECK-NEXT: AuxType: 1
193 YAMLCLRToken.AuxType = ObjCLRToken->AuxType; in dumpCLRTokenDefinition()
397 uint8_t AuxType; member
402 uint8_t AuxType; member
522 OS << binary_le(i->CLRToken->AuxType) in writeCOFF()
509 uint8_t AuxType; member
1348 W.printNumber("AuxType", Aux->AuxType); in printSymbol()