Searched refs:RelocModel (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 76 void setCodePICModel(Reloc::Model Model) { RelocModel = Model; } in setCodePICModel() 178 Reloc::Model RelocModel = Reloc::Default; member
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 100 RelocModel, CMModel, in selectTarget()
|
D | ExecutionEngine.cpp | 479 RelocModel(Reloc::Default), CMModel(CodeModel::JITDefault), in EngineBuilder()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 521 Reloc::Model RelocModel; variable 584 RelocModel = RM; in setRelocationModel()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 285 , RelocModel(Reloc::Default) in MCJITTestBase() 335 Reloc::Model RelocModel; variable
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 314 Options, RelocModel, in determineTarget() 513 RelocModel, CodeModel::Default, CGOptLevel, FileType); in compileOptimized()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 119 RelocModel("relocation-model", variable 435 MOFI.InitMCObjectFileInfo(TheTriple, RelocModel, CMModel, Ctx); in main()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 191 RelocModel("relocation-model", variable 436 builder.setRelocationModel(RelocModel); in main()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 291 Options, RelocModel, CMModel, OLvl)); in compileModule()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 50 RelocModel("relocation-model",
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 277 CodeGen.setCodePICModel(RelocModel); in main()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 286 RelocModel, CMModel, in GetTargetMachine()
|