Home
last modified time | relevance | path

Searched refs:COFFSym (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp163 auto COFFSym = Obj.getCOFFSymbol(Sym); in getCOFFObjectFileSymbolInfo() local
165 if (auto *Def = COFFSym.getSectionDefinition()) { in getCOFFObjectFileSymbolInfo()
166 auto Sec = Obj.getSection(COFFSym.getSectionNumber()); in getCOFFObjectFileSymbolInfo()
171 ComdatDefs[COFFSym.getSectionNumber()] = *Def; in getCOFFObjectFileSymbolInfo()
175 if (!COFF::isReservedSectionNumber(COFFSym.getSectionNumber()) && in getCOFFObjectFileSymbolInfo()
176 ComdatDefs[COFFSym.getSectionNumber()]) { in getCOFFObjectFileSymbolInfo()
177 auto Def = ComdatDefs[COFFSym.getSectionNumber()]; in getCOFFObjectFileSymbolInfo()
181 ComdatDefs[COFFSym.getSectionNumber()] = std::nullopt; in getCOFFObjectFileSymbolInfo()
209 if (COFFSym.isWeakExternal()) in getCOFFObjectFileSymbolInfo()
H A DRTDyldObjectLinkingLayer.cpp289 auto COFFSym = COFFObj->getCOFFSymbol(Sym); in onObjLoad() local
290 if (!COFFSym.isWeakExternal()) in onObjLoad()
292 auto *WeakExternal = COFFSym.getAux<object::coff_aux_weak_external>(); in onObjLoad()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp465 auto *COFFSym = cast<MCSymbolCOFF>(Sym); in parseDirectiveProc() local
466 COFFSym->setExternal(true); in parseDirectiveProc()
467 COFFSym->setType(COFF::IMAGE_SYM_DTYPE_FUNCTION in parseDirectiveProc()