Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp309 E.getTarget().setLive(true); in prune()
H A DJITLink.cpp376 Sym->setLive(true); in markAllSymbolsLive()
H A DCOFFLinkGraphBuilder.cpp303 ExternalSymbols[StrCopy]->setLive(true); in handleDirectiveSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp495 KV.second->setLive(true); in claimOrExternalizeWeakAndCommonSymbols()
507 Sym->setLive(true); in markResponsibilitySymbolsLive()
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h427 setLive(IsLive); in Symbol()
521 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() function
1395 Sym.setLive(IsLive); in makeDefined()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp881 Summary->setLive(true); in setLiveRoot()
1032 Index.getGlobalValueSummary(GV)->setLive(true); in buildModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1311 S->setLive(true); in computeDeadSymbolsAndUpdateIndirectCalls()
1375 S->setLive(true); in computeDeadSymbolsAndUpdateIndirectCalls()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h589 void setLive(bool Live) { Flags.Live = Live; }