OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndirectStubsMgrBuilder
(Results
1 - 8
of
8
) sorted by null
/external/llvm/tools/lli/
OrcLazyJIT.cpp
131
auto
IndirectStubsMgrBuilder
= orc::createLocalIndirectStubsManagerBuilder(T);
134
if (!
IndirectStubsMgrBuilder
) {
142
std::move(
IndirectStubsMgrBuilder
),
OrcLazyJIT.h
45
IndirectStubsManagerBuilder
IndirectStubsMgrBuilder
,
53
std::move(
IndirectStubsMgrBuilder
), InlineStubs),
/external/llvm/lib/ExecutionEngine/Orc/
OrcCBindings.cpp
21
auto
IndirectStubsMgrBuilder
=
25
*TM2, std::move(CompileCallbackMgr),
IndirectStubsMgrBuilder
);
OrcCBindingsStack.h
84
IndirectStubsManagerBuilder
IndirectStubsMgrBuilder
)
85
: DL(TM.createDataLayout()), IndirectStubsMgr(
IndirectStubsMgrBuilder
()),
90
*this->CCMgr, std::move(
IndirectStubsMgrBuilder
), false),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
OrcCBindings.cpp
21
auto
IndirectStubsMgrBuilder
=
25
new OrcCBindingsStack(*TM2, std::move(
IndirectStubsMgrBuilder
));
OrcCBindingsStack.h
207
IndirectStubsManagerBuilder
IndirectStubsMgrBuilder
)
209
DL(TM.createDataLayout()), IndirectStubsMgr(
IndirectStubsMgrBuilder
()),
242
*this->CCMgr, std::move(
IndirectStubsMgrBuilder
), false),
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h
92
auto
IndirectStubsMgrBuilder
=
94
IndirectStubsMgr =
IndirectStubsMgrBuilder
();
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h
121
auto
IndirectStubsMgrBuilder
=
123
IndirectStubsMgr =
IndirectStubsMgrBuilder
();
Completed in 452 milliseconds