Searched refs:getRelocModel (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCTargetMachine.cpp | 23 static Reloc::Model getRelocModel(Optional<Reloc::Model> RM) { in getRelocModel() function 45 TT, CPU, FS, Options, getRelocModel(RM), in ARCTargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/ |
D | llvm-isel-fuzzer.cpp | 160 FeaturesStr, Options, getRelocModel(), in LLVMFuzzerInitialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/ |
D | llvm-opt-fuzzer.cpp | 225 Options, getRelocModel(), getCodeModel(), CodeGenOpt::Default)); in LLVMFuzzerInitialize()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 397 ThinGenerator.setCodePICModel(getRelocModel()); in ThinLTOProcessing() 759 CodeGen.setCodePICModel(getRelocModel()); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 480 ThinGenerator.setCodePICModel(getRelocModel()); in ThinLTOProcessing() 864 CodeGen.setCodePICModel(getRelocModel()); in main()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | nvptx_backend_lib.cc | 200 getRelocModel(), getCodeModel(), codegen_opt_level)); in GetTargetMachine()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 59 static inline Optional<Reloc::Model> getRelocModel() { in getRelocModel() function
|
/external/llvm/tools/llc/ |
D | llc.cpp | 344 Options, getRelocModel(), CMModel, OLvl)); in compileModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/ |
D | llvm-lto2.cpp | 202 if (auto RM = getRelocModel()) in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/ |
D | llc.cpp | 455 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, getRelocModel(), in compileModule()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 316 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | opt.cpp | 412 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 60 LLVM_ATTRIBUTE_UNUSED static Optional<Reloc::Model> getRelocModel() {
|