HomeSort by: relevance | last modified time | path
    Searched defs:LCTMgr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 86 LazyCallThroughManager &LCTMgr,
129 LazyCallThroughManager &LCTMgr;
LLJIT.h 247 std::unique_ptr<LazyCallThroughManager> LCTMgr;
394 std::unique_ptr<LazyCallThroughManager> LCTMgr;
417 setLazyCallthroughManager(std::unique_ptr<LazyCallThroughManager> LCTMgr) {
418 this->impl().LCTMgr = std::move(LCTMgr);
  /src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
SpeculativeJIT.cpp 54 auto LCTMgr = createLocalLazyCallThroughManager(
57 if (!LCTMgr)
58 return LCTMgr.takeError();
73 std::move(ES), std::move(*DL), std::move(*JTMB), std::move(*LCTMgr),
102 std::unique_ptr<LazyCallThroughManager> LCTMgr,
106 MainJD(this->ES->createBareJITDylib("<main>")), LCTMgr(std::move(LCTMgr)),
111 CODLayer(*this->ES, SpeculateLayer, *this->LCTMgr,
140 std::unique_ptr<LazyCallThroughManager> LCTMgr;

Completed in 653 milliseconds