Searched refs:setAllocateGVsWithCode (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h616 /// setAllocateGVsWithCode - Sets whether global values should be allocated
623 EngineBuilder &setAllocateGVsWithCode(bool a) { function in class:llvm::EngineBuilder
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp307 .setAllocateGVsWithCode(true)
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp406 .setAllocateGVsWithCode(GVsWithCode);
434 EB.setAllocateGVsWithCode(GVsWithCode);

Completed in 169 milliseconds