Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp357 Sym->setLive(true); in markAllSymbolsLive()
H A DJITLinkGeneric.cpp460 E.getTarget().setLive(true); in prune()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h391 setLive(IsLive); in Symbol()
498 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() function
1223 Sym.setLive(IsLive); in makeDefined()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp860 S->setLive(true); in computeDeadSymbols()
924 S->setLive(true); in computeDeadSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp450 Sym->setLive(true); in markResponsibilitySymbolsLive()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp640 Summary->setLive(true); in setLiveRoot()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h417 void setLive(bool Live) { Flags.Live = Live; }