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

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 64 /// AllocateGVsWithCode - Some applications require that global variables and
67 bool AllocateGVsWithCode;
82 JITMemoryManager *JMM, bool AllocateGVsWithCode);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 505 bool AllocateGVsWithCode;
522 AllocateGVsWithCode = false;
612 AllocateGVsWithCode = a;

Completed in 78 milliseconds