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

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h27 RTDyldMemoryManager *MemMgr, bool AllocateGVsWithCode);
H A DMCJIT.cpp56 RTDyldMemoryManager *MM, bool AllocateGVsWithCode)
55 MCJIT(Module *m, TargetMachine *tm, TargetJITInfo &tji, 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) {
828 } else if (AllocateGVsWithCode) {
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h485 bool AllocateGVsWithCode; member in class:llvm::EngineBuilder
501 AllocateGVsWithCode = false;
574 AllocateGVsWithCode = a;
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp484 AllocateGVsWithCode, TheTM.take());
489 AllocateGVsWithCode, TheTM.take());

Completed in 67 milliseconds