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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp67 AuxiliaryType AuxType; member in struct:__anon4798::AuxSymbol
314 Symbol->Aux[0].AuxType = ATSectionDefinition;
387 Sym->Aux[0].AuxType = ATWeakExternal;
524 switch (i.AuxType) {
629 assert(AuxSyms.size() == 1 && AuxSyms[0].AuxType == ATSectionDefinition);
850 Aux.AuxType = ATFile;
940 assert(Aux.AuxType == ATSectionDefinition &&
997 assert(Symbol->Aux[0].AuxType == ATWeakExternal &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp341 : AuxType(COFFYAML::AuxSymbolType(0)) {}
343 : AuxType(COFFYAML::AuxSymbolType(C)) {}
345 uint32_t denormalize(IO &) { return AuxType; }
347 COFFYAML::AuxSymbolType AuxType; member in struct:llvm::yaml::__anon4809::NAuxTokenType
537 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType);
538 IO.mapRequired("AuxType", NATT->AuxType);
H A DCOFFEmitter.cpp588 OS << binary_le(i->CLRToken->AuxType) << zeros(i->CLRToken->unused1)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h157 uint8_t AuxType; // 64-bit XCOFF file only. member in struct:llvm::object::XCOFFFileAuxEnt
H A DCOFF.h532 uint8_t AuxType; member in struct:llvm::object::coff_aux_clr_token
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h455 uint8_t AuxType; member in struct:llvm::COFF::AuxiliaryCLRToken
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1561 W.printNumber("AuxType", Aux->AuxType);

Completed in 181 milliseconds