Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp298 Sym->setLive(true); in markAllSymbolsLive()
DJITLinkGeneric.cpp340 E.getTarget().setLive(true); in prune()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp321 Sym->setLive(true); in markAllSymbolsLive()
DJITLinkGeneric.cpp453 E.getTarget().setLive(true); in prune()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp825 S->setLive(true); in computeDeadSymbols()
889 S->setLive(true); in computeDeadSymbols()
897 Summary->setLive(true); in computeDeadSymbols()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp800 S->setLive(true); in computeDeadSymbols()
864 S->setLive(true); in computeDeadSymbols()
880 Summary->setLive(true); in computeDeadSymbols()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h310 setLive(IsLive); in Symbol()
417 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h309 setLive(IsLive); in Symbol()
410 void setLive(bool IsLive) { this->IsLive = IsLive; } in setLive() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp203 Sym->setLive(true); in markResponsibilitySymbolsLive()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp260 Sym->setLive(true); in markResponsibilitySymbolsLive()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp637 Summary->setLive(true); in setLiveRoot()
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp644 Summary->setLive(true); in setLiveRoot()
/external/llvm-project/llvm/include/llvm/IR/
DModuleSummaryIndex.h403 void setLive(bool Live) { Flags.Live = Live; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h402 void setLive(bool Live) { Flags.Live = Live; }
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp232 Sym->setLive(true); in applyHarnessPromotions()