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.cpp77 bool GVsWithCode, in createJIT() argument
86 return new JIT(M, *TM, *TJ, JMM, GVsWithCode); in createJIT()
138 JITMemoryManager *jmm, bool GVsWithCode) in JIT() argument
141 AllocateGVsWithCode(GVsWithCode), isAlreadyCodeGenerating(false) { in JIT()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h148 bool GVsWithCode,
154 bool GVsWithCode,
190 bool GVsWithCode = true);
203 bool GVsWithCode = true,
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp54 bool GVsWithCode,
60 bool GVsWithCode,
413 bool GVsWithCode) { in create() argument
421 .setAllocateGVsWithCode(GVsWithCode); in create()
433 bool GVsWithCode, in createJIT() argument
449 EB.setAllocateGVsWithCode(GVsWithCode); in createJIT()
457 return ExecutionEngine::JITCtor(M, ErrorStr, JMM, GVsWithCode, TM); in createJIT()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp48 bool GVsWithCode, in createJIT() argument
56 GVsWithCode); in createJIT()
DMCJIT.h331 bool GVsWithCode,