OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterpCtor
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
106
InterpCtor
= create;
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
116
friend class EngineBuilder; // To allow access to JITCtor and
InterpCtor
.
147
static ExecutionEngine *(*
InterpCtor
)(Module *M,
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
54
ExecutionEngine *(*ExecutionEngine::
InterpCtor
)(Module *M,
490
if (ExecutionEngine::
InterpCtor
)
491
return ExecutionEngine::
InterpCtor
(M, ErrorStr);
[
all
...]
Completed in 59 milliseconds