Home
last modified time | relevance | path

Searched refs:RelocModel (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/lto/
DLTOCodeGenerator.cpp272 Reloc::Model RelocModel = Reloc::Default; in determineTarget() local
275 RelocModel = Reloc::Static; in determineTarget()
278 RelocModel = Reloc::PIC_; in determineTarget()
281 RelocModel = Reloc::DynamicNoPIC; in determineTarget()
299 RelocModel, CodeModel::Default, in determineTarget()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h507 Reloc::Model RelocModel; variable
523 RelocModel = Reloc::Default; in InitEngine()
592 RelocModel = RM; in setRelocationModel()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h149 , RelocModel(Reloc::Default) in MCJITTestBase()
203 Reloc::Model RelocModel; variable
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp103 RelocModel, CMModel, in selectTarget()
/external/llvm/tools/lli/
Dlli.cpp136 RelocModel("relocation-model", variable
344 builder.setRelocationModel(RelocModel); in main()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h41 RelocModel("relocation-model",
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp115 RelocModel("relocation-model", variable
392 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in main()
/external/llvm/tools/llc/
Dllc.cpp286 RelocModel, CMModel, OLvl)); in compileModule()
/external/llvm/tools/opt/
Dopt.cpp545 RelocModel, CMModel, in GetTargetMachine()