Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h294 std::unique_ptr<LazyCallThroughManager> LCTMgr; variable
523 std::unique_ptr<LazyCallThroughManager> LCTMgr; variable
546 setLazyCallthroughManager(std::unique_ptr<LazyCallThroughManager> LCTMgr) { in setLazyCallthroughManager()
H A DCompileOnDemandLayer.h125 LazyCallThroughManager &LCTMgr; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp116 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr, in CompileOnDemandLayer()