/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 255 Reloc::Model RelocModel = Reloc::Default; in determineTarget() local 258 RelocModel = Reloc::Static; in determineTarget() 261 RelocModel = Reloc::PIC_; in determineTarget() 264 RelocModel = Reloc::DynamicNoPIC; in determineTarget() 273 RelocModel); in determineTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 134 Reloc::Model RelocModel; in createTargetMachine() local 135 if (Conf.RelocModel) in createTargetMachine() 136 RelocModel = *Conf.RelocModel; in createTargetMachine() 138 RelocModel = in createTargetMachine() 142 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
|
D | ThinLTOCodeGenerator.cpp | 355 if (TMBuilder.RelocModel) in ModuleCacheEntry() 356 AddUnsigned(*TMBuilder.RelocModel); in ModuleCacheEntry() 601 RelocModel, None, CGOptLevel)); in create()
|
D | LTOCodeGenerator.cpp | 360 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
|
D | LTO.cpp | 125 if (Conf.RelocModel) in computeCacheKey() 126 AddUnsigned(*Conf.RelocModel); in computeCacheKey()
|
/external/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 40 Optional<Reloc::Model> RelocModel; member 172 TMBuilder.RelocModel = Model; in setCodePICModel()
|
D | LTOCodeGenerator.h | 82 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel() 214 Optional<Reloc::Model> RelocModel; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 85 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel() 220 Optional<Reloc::Model> RelocModel; member
|
D | ThinLTOCodeGenerator.h | 58 Optional<Reloc::Model> RelocModel; member 233 TMBuilder.RelocModel = Model; in setCodePICModel()
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 465 Reloc::Model RelocModel; variable 479 RelocModel = Reloc::Default; in InitEngine() 524 RelocModel = RM; in setRelocationModel()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 49 cl::opt<Reloc::Model> RelocModel( 60 if (RelocModel.getNumOccurrences()) { in getRelocModel() 61 Reloc::Model R = RelocModel; in getRelocModel()
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
D | lli.cpp | 113 RelocModel("relocation-model", variable 199 builder.setRelocationModel(RelocModel); in main()
|
/external/swiftshader/third_party/LLVM/tools/llc/ |
D | llc.cpp | 80 RelocModel("relocation-model", variable 309 RelocModel, CMModel)); in main()
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 99 RelocModel, CMModel, in selectTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 97 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | Config.h | 42 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | lli.cpp | 408 if (RelocModel.getNumOccurrences()) in main() 409 builder.setRelocationModel(RelocModel); in main() 762 .setRelocationModel(RelocModel.getNumOccurrences() in runOrcLazyJIT() 763 ? Optional<Reloc::Model>(RelocModel) in runOrcLazyJIT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 535 Optional<Reloc::Model> RelocModel; variable 598 RelocModel = RM; in setRelocationModel()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 521 Optional<Reloc::Model> RelocModel; variable 584 RelocModel = RM; in setRelocationModel()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 190 cl::opt<Reloc::Model> RelocModel( variable 423 if (RelocModel.getNumOccurrences()) in main() 424 builder.setRelocationModel(RelocModel); in main()
|
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
D | llvm-mc.cpp | 118 RelocModel("relocation-model", variable 374 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in AssembleInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 44 static cl::opt<Reloc::Model> RelocModel( 61 if (RelocModel.getNumOccurrences()) { 62 Reloc::Model R = RelocModel;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/ |
D | llvm-lto2.cpp | 203 Conf.RelocModel = *RM; in run()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 357 RelocModel, CodeModel::Default, CGOptLevel)); in createTargetMachine()
|
D | ThinLTOCodeGenerator.cpp | 481 TheTriple.str(), MCpu, FeatureStr, Options, RelocModel, in create()
|