OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateCompileFunction
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h
193
createCompileFunction
(LLJITBuilderState &S, JITTargetMachineBuilder JTMB);
267
CompileFunctionCreator
CreateCompileFunction
;
325
LLJITBuilderState::CompileFunctionCreator
CreateCompileFunction
) {
326
impl().
CreateCompileFunction
= std::move(
CreateCompileFunction
);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp
959
<< (
CreateCompileFunction
? "Yes" : "No") << "\n"
1062
LLJIT::
createCompileFunction
(LLJITBuilderState &S,
1066
if (S.
CreateCompileFunction
)
1067
return S.
CreateCompileFunction
(std::move(JTMB));
1113
auto CompileFunction =
createCompileFunction
(S, std::move(*S.JTMB));
Completed in 17 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026