Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp269 E.getTarget().setLive(true); in prune()
H A DJITLink.cpp355 Sym->setLive(true); in markAllSymbolsLive()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp676 Summary->setLive(true); in setLiveRoot()
821 Index.getGlobalValueSummary(GV)->setLive(true); in buildModuleSummaryIndex()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp81 Sym->setLive(true); in preserveDebugSections()
H A DObjectLinkingLayer.cpp461 Sym->setLive(true); in markResponsibilitySymbolsLive()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h411 setLive(IsLive); in Symbol()
519 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() function
1272 Sym.setLive(IsLive); in makeDefined()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp867 S->setLive(true); in computeDeadSymbolsAndUpdateIndirectCalls()
931 S->setLive(true); in computeDeadSymbolsAndUpdateIndirectCalls()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h416 void setLive(bool Live) { Flags.Live = Live; }
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp360 Sym->setLive(true); in applyHarnessPromotions()