Home
last modified time | relevance | path

Searched refs:RelocationModel (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h41 enum class RelocationModel { enum
56 RelocationModel relocation_model);
70 RelocationModel relocation_model() const { return relocation_model_; } in relocation_model()
77 const RelocationModel relocation_model_;
Dcpu_compiler.cc119 RelocationModel relocation_model) in CpuAotCompilationOptions()
770 case CpuAotCompilationOptions::RelocationModel::Static: in CompileAheadOfTime()
775 case CpuAotCompilationOptions::RelocationModel::SmallPic: in CompileAheadOfTime()
780 case CpuAotCompilationOptions::RelocationModel::BigPic: in CompileAheadOfTime()
785 case CpuAotCompilationOptions::RelocationModel::SmallPie: in CompileAheadOfTime()
790 case CpuAotCompilationOptions::RelocationModel::BigPie: in CompileAheadOfTime()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCCodeGenInfo.h25 Reloc::Model RelocationModel; variable
35 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_outfeed_test.cc50 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
78 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
Dcpu_literal_caching_test.cc69 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
117 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
Dcpu_key_value_sort_test.cc52 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
Dcpu_eigen_dot_operation_test.cc50 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in CompileAndCheck()
Dcpu_intrinsic_test.cc93 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_P()
/external/clang/tools/driver/
Dcc1as_main.cpp130 std::string RelocationModel; member
252 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in CreateFromArgs()
332 if (Opts.RelocationModel == "static") { in ExecuteAssembler()
334 } else if (Opts.RelocationModel == "pic") { in ExecuteAssembler()
337 assert(Opts.RelocationModel == "dynamic-no-pic" && in ExecuteAssembler()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCCodeGenInfo.cpp19 RelocationModel = RM; in InitMCCodeGenInfo()
/external/clang/lib/Frontend/
DCodeGenOptions.cpp20 RelocationModel = "pic"; in CodeGenOptions()
DCompilerInvocation.cpp589 Opts.RelocationModel = Args.getLastArgValue(OPT_mrelocation_model, "pic"); in ParseCodeGenArgs()
/external/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h36 Optional<Reloc::Model> RelocationModel,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h36 Optional<Reloc::Model> RelocationModel,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp119 static Optional<Reloc::Model> RelocationModel = None; variable
332 RelocationModel = Reloc::PIC_; in onload()
336 RelocationModel = Reloc::PIC_; in onload()
340 RelocationModel = Reloc::Static; in onload()
844 Conf.RelocModel = RelocationModel; in createLTO()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_aot_test_helper.cc86 xla::cpu::CpuAotCompilationOptions::RelocationModel::Static); in main()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h138 std::string RelocationModel; variable
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc122 xla::cpu::CpuAotCompilationOptions::RelocationModel::BigPic); in CompileGraph()
/external/clang/lib/CodeGen/
DBackendUtil.cpp552 if (CodeGenOpts.RelocationModel == "static") { in CreateTargetMachine()
554 } else if (CodeGenOpts.RelocationModel == "pic") { in CreateTargetMachine()
557 assert(CodeGenOpts.RelocationModel == "dynamic-no-pic" && in CreateTargetMachine()
/external/llvm/tools/gold/
Dgold-plugin.cpp148 static Optional<Reloc::Model> RelocationModel; variable
298 RelocationModel = Reloc::PIC_; in onload()
301 RelocationModel = Reloc::Static; in onload()
983 TripleStr, options::mcpu, FeaturesString, Options, RelocationModel, in createTargetMachine()
/external/clang/lib/Driver/
DTools.cpp3768 llvm::Reloc::Model RelocationModel; in AddAssemblerKPIC() local
3771 std::tie(RelocationModel, PICLevel, IsPIE) = in AddAssemblerKPIC()
3774 if (RelocationModel != llvm::Reloc::Static) in AddAssemblerKPIC()
4039 llvm::Reloc::Model RelocationModel; in ConstructJob() local
4042 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
4045 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
6528 llvm::Reloc::Model RelocationModel; in ConstructJob() local
6531 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
6534 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
8979 llvm::Reloc::Model RelocationModel; in ConstructJob() local
[all …]