Home
last modified time | relevance | path

Searched refs:setAllocateGVsWithCode (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h213 .setAllocateGVsWithCode(false) /*does this do anything?*/ in createJIT()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h580 EngineBuilder &setAllocateGVsWithCode(bool a) { in setAllocateGVsWithCode() function
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp411 .setAllocateGVsWithCode(GVsWithCode); in create()
439 EB.setAllocateGVsWithCode(GVsWithCode); in createJIT()
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp256 .setAllocateGVsWithCode(false) in TEST()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1933 factory.setAllocateGVsWithCode(false); in main()