Searched refs:RelocModel (Results 1 – 9 of 9) sorted by relevance
/external/llvm/tools/lto/ |
D | LTOCodeGenerator.cpp | 272 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/ |
D | ExecutionEngine.h | 507 Reloc::Model RelocModel; variable 523 RelocModel = Reloc::Default; in InitEngine() 592 RelocModel = RM; in setRelocationModel()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 149 , RelocModel(Reloc::Default) in MCJITTestBase() 203 Reloc::Model RelocModel; variable
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 103 RelocModel, CMModel, in selectTarget()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 136 RelocModel("relocation-model", variable 344 builder.setRelocationModel(RelocModel); in main()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 41 RelocModel("relocation-model",
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 115 RelocModel("relocation-model", variable 392 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in main()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 286 RelocModel, CMModel, OLvl)); in compileModule()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 545 RelocModel, CMModel, in GetTargetMachine()
|