OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterpCtor
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
96
InterpCtor
= create;
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
129
friend class EngineBuilder; // To allow access to JITCtor and
InterpCtor
.
145
static ExecutionEngine *(*
InterpCtor
)(std::unique_ptr<Module> M,
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
56
ExecutionEngine *(*ExecutionEngine::
InterpCtor
)(std::unique_ptr<Module> M,
550
if (ExecutionEngine::
InterpCtor
)
551
return ExecutionEngine::
InterpCtor
(std::move(M), ErrorStr);
Completed in 20 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026