OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 20 00:26:38 UTC 2026