Searched refs:COFFSym (Results 1 – 2 of 2) sorted by relevance
165 auto COFFSym = Obj.getCOFFSymbol(Sym); in getCOFFObjectFileSymbolInfo() local167 if (auto *Def = COFFSym.getSectionDefinition()) { in getCOFFObjectFileSymbolInfo()168 auto Sec = Obj.getSection(COFFSym.getSectionNumber()); in getCOFFObjectFileSymbolInfo()173 ComdatDefs[COFFSym.getSectionNumber()] = *Def; in getCOFFObjectFileSymbolInfo()177 if (!COFF::isReservedSectionNumber(COFFSym.getSectionNumber()) && in getCOFFObjectFileSymbolInfo()178 ComdatDefs[COFFSym.getSectionNumber()]) { in getCOFFObjectFileSymbolInfo()179 auto Def = ComdatDefs[COFFSym.getSectionNumber()]; in getCOFFObjectFileSymbolInfo()183 ComdatDefs[COFFSym.getSectionNumber()] = std::nullopt; in getCOFFObjectFileSymbolInfo()211 if (COFFSym.isWeakExternal()) in getCOFFObjectFileSymbolInfo()
280 auto COFFSym = COFFObj->getCOFFSymbol(Sym); in onObjLoad() local281 if (!COFFSym.isWeakExternal()) in onObjLoad()283 auto *WeakExternal = COFFSym.getAux<object::coff_aux_weak_external>(); in onObjLoad()