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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 213 .setAllocateGVsWithCode(false) /*does this do anything?*/
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 573 /// setAllocateGVsWithCode - Sets whether global values should be allocated
580 EngineBuilder &setAllocateGVsWithCode(bool a) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 411 .setAllocateGVsWithCode(GVsWithCode);
439 EB.setAllocateGVsWithCode(GVsWithCode);
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 256 .setAllocateGVsWithCode(false)
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]

Completed in 252 milliseconds