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

/freebsd-10.1-release/contrib/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.cpp140 AllocateGVsWithCode(GVsWithCode), isAlreadyCodeGenerating(false) {
678 } else if (AllocateGVsWithCode) {
/freebsd-10.1-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h517 bool AllocateGVsWithCode; member in class:llvm::EngineBuilder
534 AllocateGVsWithCode = false;
624 AllocateGVsWithCode = a;
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h95 bool AllocateGVsWithCode);
H A DMCJIT.cpp57 bool AllocateGVsWithCode)
56 MCJIT(Module *m, TargetMachine *tm, RTDyldMemoryManager *MM, bool AllocateGVsWithCode) argument
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp489 AllocateGVsWithCode, TheTM.take());
494 AllocateGVsWithCode, TheTM.take());

Completed in 261 milliseconds