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

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h29 bool AllocateGVsWithCode);
H A DMCJIT.cpp55 bool AllocateGVsWithCode)
54 MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM, bool AllocateGVsWithCode) argument
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h64 /// AllocateGVsWithCode - Some applications require that global variables and
67 bool AllocateGVsWithCode; member in class:llvm::JIT
82 JITMemoryManager *JMM, bool AllocateGVsWithCode);
H A DJIT.cpp274 AllocateGVsWithCode(GVsWithCode), isAlreadyCodeGenerating(false) {
834 } else if (AllocateGVsWithCode) {
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h505 bool AllocateGVsWithCode; member in class:llvm::EngineBuilder
522 AllocateGVsWithCode = false;
612 AllocateGVsWithCode = a;
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp495 AllocateGVsWithCode, TheTM.take());
500 AllocateGVsWithCode, TheTM.take());

Completed in 96 milliseconds