Searched refs:setRelocationModel (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h566 /// setRelocationModel - Set the relocation model that the ExecutionEngine
568 EngineBuilder &setRelocationModel(Reloc::Model RM) { function in class:llvm::EngineBuilder
/freebsd-10.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp333 builder.setRelocationModel(RelocModel);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp305 .setRelocationModel(relocModel)
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp437 EB.setRelocationModel(RM);

Completed in 188 milliseconds