Searched refs:RelocModel (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 274 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/ |
D | TargetSelect.cpp | 103 RelocModel, CMModel, in selectTarget()
|
D | ExecutionEngine.cpp | 468 RelocModel = Reloc::Default; in InitEngine()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 580 Reloc::Model RelocModel; variable 655 RelocModel = RM; in setRelocationModel()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 280 , RelocModel(Reloc::Default) in MCJITTestBase() 336 Reloc::Model RelocModel; variable
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 87 switch (RelocModel) { in main()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 115 RelocModel("relocation-model", variable 406 MOFI.InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in main()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 43 RelocModel("relocation-model",
|
/external/llvm/tools/lli/ |
D | lli.cpp | 181 RelocModel("relocation-model", variable 441 builder.setRelocationModel(RelocModel); in main()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 290 Options, RelocModel, CMModel, OLvl)); in compileModule()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 314 RelocModel, CMModel, in GetTargetMachine()
|