Home
last modified time | relevance | path

Searched refs:getRelocModel (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCTargetMachine.cpp23 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/
Dllvm-isel-fuzzer.cpp160 FeaturesStr, Options, getRelocModel(), in LLVMFuzzerInitialize()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
Dllvm-opt-fuzzer.cpp225 Options, getRelocModel(), getCodeModel(), CodeGenOpt::Default)); in LLVMFuzzerInitialize()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp397 ThinGenerator.setCodePICModel(getRelocModel()); in ThinLTOProcessing()
759 CodeGen.setCodePICModel(getRelocModel()); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp480 ThinGenerator.setCodePICModel(getRelocModel()); in ThinLTOProcessing()
864 CodeGen.setCodePICModel(getRelocModel()); in main()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dnvptx_backend_lib.cc200 getRelocModel(), getCodeModel(), codegen_opt_level)); in GetTargetMachine()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h59 static inline Optional<Reloc::Model> getRelocModel() { in getRelocModel() function
/external/llvm/tools/llc/
Dllc.cpp344 Options, getRelocModel(), CMModel, OLvl)); in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp202 if (auto RM = getRelocModel()) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp455 TheTriple.getTriple(), CPUStr, FeaturesStr, Options, getRelocModel(), in compileModule()
/external/llvm/tools/opt/
Dopt.cpp316 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Dopt.cpp412 FeaturesStr, Options, getRelocModel(), in GetTargetMachine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc60 LLVM_ATTRIBUTE_UNUSED static Optional<Reloc::Model> getRelocModel() {