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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp638 COFFSymbol::AuxiliarySymbols &AuxSyms = Sec->Symbol->Aux; local
639 assert(AuxSyms.size() == 1 && AuxSyms[0].AuxType == ATSectionDefinition);
640 AuxSymbol &SecDef = AuxSyms[0];

Completed in 107 milliseconds