Home
last modified time | relevance | path

Searched refs:setLive (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.cpp46 PSym->setLive(true); in preserveDWARFSection()
H A DDebuggerSupportPlugin.cpp72 Sym->setLive(true); in preserveDebugSections()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp309 E.getTarget().setLive(true); in prune()
H A DJITLink.cpp375 Sym->setLive(true); in markAllSymbolsLive()
H A DCOFFLinkGraphBuilder.cpp303 ExternalSymbols[StrCopy]->setLive(true); in handleDirectiveSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp468 KV.second->setLive(true); in claimOrExternalizeWeakAndCommonSymbols()
480 Sym->setLive(true); in markResponsibilitySymbolsLive()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp806 Summary->setLive(true); in setLiveRoot()
956 Index.getGlobalValueSummary(GV)->setLive(true); in buildModuleSummaryIndex()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h426 setLive(IsLive); in Symbol()
520 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() function
1384 Sym.setLive(IsLive); in makeDefined()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1217 S->setLive(true); in computeDeadSymbolsAndUpdateIndirectCalls()
1281 S->setLive(true); in computeDeadSymbolsAndUpdateIndirectCalls()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h557 void setLive(bool Live) { Flags.Live = Live; }