Home
last modified time | relevance | path

Searched refs:GVsWithCode (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h102 bool GVsWithCode = true,
105 return ExecutionEngine::createJIT(M, Err, JMM, OptLevel, GVsWithCode,
188 bool GVsWithCode,
DJIT.cpp210 bool GVsWithCode, in createJIT() argument
219 return new JIT(M, *TM, *TJ, JMM, GVsWithCode); in createJIT()
271 JITMemoryManager *jmm, bool GVsWithCode) in JIT() argument
274 AllocateGVsWithCode(GVsWithCode), isAlreadyCodeGenerating(false) { in JIT()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h138 bool GVsWithCode,
144 bool GVsWithCode,
189 bool GVsWithCode = true);
202 bool GVsWithCode = true,
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp40 bool GVsWithCode, in createJIT() argument
47 return new MCJIT(M, TM, new MCJITMemoryManager(JMM), GVsWithCode); in createJIT()
DMCJIT.h89 bool GVsWithCode,
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp45 bool GVsWithCode,
51 bool GVsWithCode,
404 bool GVsWithCode) { in create() argument
411 .setAllocateGVsWithCode(GVsWithCode); in create()
423 bool GVsWithCode, in createJIT() argument
439 EB.setAllocateGVsWithCode(GVsWithCode); in createJIT()
447 return ExecutionEngine::JITCtor(M, ErrorStr, JMM, GVsWithCode, TM); in createJIT()