Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h328 setLive(IsLive); in Symbol()
435 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() function
1121 Sym.setLive(IsLive); in makeDefined()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp354 Sym->setLive(true); in markAllSymbolsLive()
H A DJITLinkGeneric.cpp460 E.getTarget().setLive(true); in prune()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp860 S->setLive(true); in computeDeadSymbols()
924 S->setLive(true); in computeDeadSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp381 Sym->setLive(true); in markResponsibilitySymbolsLive()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp640 Summary->setLive(true); in setLiveRoot()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h415 void setLive(bool Live) { Flags.Live = Live; }
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp244 Sym->setLive(true); in applyHarnessPromotions()