Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.cpp45 PSym->setLive(true); in preserveDWARFSection()
H A DDebuggerSupportPlugin.cpp72 Sym->setLive(true); in preserveDebugSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITLinkReentryTrampolines.cpp140 EmitTrampoline(*G, ReentrySection, ReentryFnSym).setLive(true); in emit()
H A DLinkGraphLinkingLayer.cpp296 KV.second->setLive(true); in claimOrExternalizeWeakAndCommonSymbols()
307 Sym->setLive(true); in markResponsibilitySymbolsLive()
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h84 ImageBase.setLive(true);
H A DJITLinkGeneric.cpp307 E.getTarget().setLive(true); in prune()
H A DJITLink.cpp413 Sym->setLive(true); in markAllSymbolsLive()
H A DCompactUnwindSupport.h646 CompactUnwindBase->setLive(true); in getOrCreateCompactUnwindBase()
H A DCOFFLinkGraphBuilder.cpp296 Symbol->setLive(true); in handleDirectiveSection()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp931 Summary->setLive(true); in setLiveRoot()
1082 Index.getGlobalValueSummary(GV)->setLive(true); in buildModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h445 setLive(IsLive); in Symbol()
545 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() function
1523 Sym.setLive(IsLive); in makeDefined()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1452 S->setLive(true); in computeDeadSymbolsAndUpdateIndirectCalls()
1516 S->setLive(true); in computeDeadSymbolsAndUpdateIndirectCalls()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h596 void setLive(bool Live) { Flags.Live = Live; }