OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LCTMgr
(Results
1 - 5
of
5
) sorted by relevancy
/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
;
/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/lib/ExecutionEngine/Orc/
CompileOnDemandLayer.cpp
117
ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &
LCTMgr
,
120
LCTMgr
(
LCTMgr
),
176
lazyReexports(
LCTMgr
, PDR.getISManager(), PDR.getImplDylib(),
LLJIT.cpp
1218
if (S.
LCTMgr
)
1219
LCTMgr
= std::move(S.
LCTMgr
);
1223
LCTMgr
= std::move(*LCTMgrOrErr);
1248
*ES, *InitHelperTransformLayer, *
LCTMgr
, std::move(ISMBuilder));
Completed in 18 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026