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 28 bool AllocateGVsWithCode);
MCJIT.cpp 59 bool AllocateGVsWithCode)
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 63 /// AllocateGVsWithCode - Some applications require that global variables and
66 bool AllocateGVsWithCode;
82 bool AllocateGVsWithCode);
JIT.cpp 272 : ExecutionEngine(M), TM(tm), TJI(tji), AllocateGVsWithCode(GVsWithCode),
807 } else if (AllocateGVsWithCode) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 464 bool AllocateGVsWithCode;
478 AllocateGVsWithCode = false;
544 AllocateGVsWithCode = a;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 474 AllocateGVsWithCode, TM);
479 AllocateGVsWithCode, TM);
    [all...]

Completed in 3778 milliseconds