Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h67 bool AllocateGVsWithCode; variable
82 JITMemoryManager *JMM, bool AllocateGVsWithCode);
DJIT.cpp274 AllocateGVsWithCode(GVsWithCode), isAlreadyCodeGenerating(false) { in JIT()
834 } else if (AllocateGVsWithCode) { in getMemoryForGV()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h505 bool AllocateGVsWithCode; variable
522 AllocateGVsWithCode = false; in InitEngine()
612 AllocateGVsWithCode = a; in setAllocateGVsWithCode()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h29 bool AllocateGVsWithCode);
DMCJIT.cpp55 bool AllocateGVsWithCode) in MCJIT() argument
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp495 AllocateGVsWithCode, TheTM.take()); in create()
500 AllocateGVsWithCode, TheTM.take()); in create()