Home
last modified time | relevance | path

Searched defs:LCTMgr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp58 auto LCTMgr = createLocalLazyCallThroughManager( in Create() local
106 std::unique_ptr<LazyCallThroughManager> LCTMgr, in SpeculativeJIT()
144 std::unique_ptr<LazyCallThroughManager> LCTMgr; member in SpeculativeJIT
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h247 std::unique_ptr<LazyCallThroughManager> LCTMgr; variable
405 std::unique_ptr<LazyCallThroughManager> LCTMgr; variable
428 setLazyCallthroughManager(std::unique_ptr<LazyCallThroughManager> LCTMgr) { in setLazyCallthroughManager()
H A DCompileOnDemandLayer.h125 LazyCallThroughManager &LCTMgr; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp116 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer()