Searched refs:GVsWithCode (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JIT.h | 102 bool GVsWithCode = true, 105 return ExecutionEngine::createJIT(M, Err, JMM, OptLevel, GVsWithCode, 188 bool GVsWithCode,
|
D | JIT.cpp | 210 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/ |
D | ExecutionEngine.h | 138 bool GVsWithCode, 144 bool GVsWithCode, 189 bool GVsWithCode = true); 202 bool GVsWithCode = true,
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 40 bool GVsWithCode, in createJIT() argument 47 return new MCJIT(M, TM, new MCJITMemoryManager(JMM), GVsWithCode); in createJIT()
|
D | MCJIT.h | 89 bool GVsWithCode,
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 45 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()
|