Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp274 Reloc::Model RelocModel = Reloc::Default; in determineTarget() local
277 RelocModel = Reloc::Static; in determineTarget()
280 RelocModel = Reloc::PIC_; in determineTarget()
283 RelocModel = Reloc::DynamicNoPIC; in determineTarget()
307 RelocModel, CodeModel::Default, in determineTarget()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp103 RelocModel, CMModel, in selectTarget()
DExecutionEngine.cpp468 RelocModel = Reloc::Default; in InitEngine()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h580 Reloc::Model RelocModel; variable
655 RelocModel = RM; in setRelocationModel()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h280 , RelocModel(Reloc::Default) in MCJITTestBase()
336 Reloc::Model RelocModel; variable
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp87 switch (RelocModel) { in main()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp115 RelocModel("relocation-model", variable
406 MOFI.InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in main()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h43 RelocModel("relocation-model",
/external/llvm/tools/lli/
Dlli.cpp181 RelocModel("relocation-model", variable
441 builder.setRelocationModel(RelocModel); in main()
/external/llvm/tools/llc/
Dllc.cpp290 Options, RelocModel, CMModel, OLvl)); in compileModule()
/external/llvm/tools/opt/
Dopt.cpp314 RelocModel, CMModel, in GetTargetMachine()