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 | 77 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/ |
D | ExecutionEngine.h | 148 bool GVsWithCode, 154 bool GVsWithCode, 190 bool GVsWithCode = true); 203 bool GVsWithCode = true,
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 54 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/ |
D | MCJIT.cpp | 48 bool GVsWithCode, in createJIT() argument 56 GVsWithCode); in createJIT()
|
D | MCJIT.h | 331 bool GVsWithCode,
|