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.h141 bool GVsWithCode,
147 bool GVsWithCode,
192 bool GVsWithCode = true);
205 bool GVsWithCode = true,
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h109 bool GVsWithCode,
DMCJIT.cpp43 bool GVsWithCode, in createJIT() argument
51 GVsWithCode); in createJIT()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp46 bool GVsWithCode,
52 bool GVsWithCode,
405 bool GVsWithCode) { in create() argument
412 .setAllocateGVsWithCode(GVsWithCode); in create()
424 bool GVsWithCode, in createJIT() argument
440 EB.setAllocateGVsWithCode(GVsWithCode); in createJIT()
448 return ExecutionEngine::JITCtor(M, ErrorStr, JMM, GVsWithCode, TM); in createJIT()