Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h543 EngineBuilder &setAllocateGVsWithCode(bool a) { in setAllocateGVsWithCode() function
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp234 .setAllocateGVsWithCode(false) in TEST()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp413 .setAllocateGVsWithCode(GVsWithCode) in create()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp2020 factory.setAllocateGVsWithCode(false); in main()