Home
last modified time | relevance | path

Searched refs:JITCtor (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h87 JITCtor = createJIT; in Register()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp50 ExecutionEngine *(*ExecutionEngine::JITCtor)( variable
436 if (!ExecutionEngine::JITCtor) { in createJIT()
457 return ExecutionEngine::JITCtor(M, ErrorStr, JMM, GVsWithCode, TM); in createJIT()
526 else if (ExecutionEngine::JITCtor) in create()
527 EE = ExecutionEngine::JITCtor(M, ErrorStr, JMM, in create()
546 if ((WhichEngine & EngineKind::JIT) && !ExecutionEngine::JITCtor && in create()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h144 static ExecutionEngine *(*JITCtor)( variable