Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h654 EngineBuilder &setRelocationModel(Reloc::Model RM) { in setRelocationModel() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h326 .setRelocationModel(Reloc::Default) in createJIT()
/external/llvm/tools/lli/
Dlli.cpp441 builder.setRelocationModel(RelocModel); in main()
/external/lldb/source/Expression/
DIRExecutionUnit.cpp305 .setRelocationModel(relocModel) in GetRunnableInfo()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp447 EB.setRelocationModel(RM); in createJIT()