HomeSort by relevance Sort by last modified time
    Searched refs:AllocateGVsWithCode (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 29 bool AllocateGVsWithCode);
MCJIT.cpp 55 bool AllocateGVsWithCode)
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 64 /// AllocateGVsWithCode - Some applications require that global variables and
67 bool AllocateGVsWithCode;
82 JITMemoryManager *JMM, bool AllocateGVsWithCode);
JIT.cpp 274 AllocateGVsWithCode(GVsWithCode), isAlreadyCodeGenerating(false) {
834 } else if (AllocateGVsWithCode) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 505 bool AllocateGVsWithCode;
522 AllocateGVsWithCode = false;
612 AllocateGVsWithCode = a;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 495 AllocateGVsWithCode, TheTM.take());
500 AllocateGVsWithCode, TheTM.take());
    [all...]

Completed in 167 milliseconds