Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCodeGenOptions.cpp19 RelocationModel = llvm::Reloc::PIC_; in CodeGenOptions()
50 RelocationModel = llvm::Reloc::PIC_; in resetNonModularOptions()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp177 std::string RelocationModel; member
361 Opts.RelocationModel = in CreateFromArgs()
486 if (Opts.RelocationModel == "static") { in ExecuteAssemblerImpl()
488 } else if (Opts.RelocationModel == "pic") { in ExecuteAssemblerImpl()
491 assert(Opts.RelocationModel == "dynamic-no-pic" && in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp340 llvm::Reloc::Model RelocationModel; in addClangTargetOptions() local
343 std::tie(RelocationModel, PICLevel, IsPIE) = in addClangTargetOptions()
345 if (RelocationModel == llvm::Reloc::PIC_) { in addClangTargetOptions()
H A DFlang.cpp186 llvm::Reloc::Model RelocationModel; in addPicOptions() local
189 std::tie(RelocationModel, PICLevel, IsPIE) = in addPicOptions()
192 if (auto *RMName = RelocationModelName(RelocationModel)) { in addPicOptions()
899 llvm::Reloc::Model RelocationModel = in ConstructJob() local
902 addMCModel(D, Args, Triple, RelocationModel, CmdArgs); in ConstructJob()
H A DClang.cpp1857 llvm::Reloc::Model RelocationModel; in AddMIPSTargetArgs() local
1860 std::tie(RelocationModel, PICLevel, IsPIE) = in AddMIPSTargetArgs()
1864 (RelocationModel == llvm::Reloc::Static && ABIName == "n64"); in AddMIPSTargetArgs()
5569 llvm::Reloc::Model RelocationModel; in ConstructJob() local
5572 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(TC, Args); in ConstructJob()
5593 bool IsROPI = RelocationModel == llvm::Reloc::ROPI || in ConstructJob()
5594 RelocationModel == llvm::Reloc::ROPI_RWPI; in ConstructJob()
5595 bool IsRWPI = RelocationModel == llvm::Reloc::RWPI || in ConstructJob()
5596 RelocationModel == llvm::Reloc::ROPI_RWPI; in ConstructJob()
5610 const char *RMName = RelocationModelName(RelocationModel); in ConstructJob()
[all …]
H A DCommonArgs.cpp2246 llvm::Reloc::Model RelocationModel; in AddAssemblerKPIC() local
2249 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(ToolChain, Args); in AddAssemblerKPIC()
2251 if (RelocationModel != llvm::Reloc::Static) in AddAssemblerKPIC()
3013 const llvm::Reloc::Model &RelocationModel, in addMCModel() argument
3023 RelocationModel != llvm::Reloc::Static) in addMCModel()
3042 if (CM == "large" && RelocationModel != llvm::Reloc::Static) in addMCModel()
H A DGnu.cpp614 llvm::Reloc::Model RelocationModel; in ConstructJob() local
622 std::tie(RelocationModel, PICLevel, IsPIE) = in ConstructJob()
790 if (RelocationModel == llvm::Reloc::Static) in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h274 llvm::Reloc::Model RelocationModel; variable
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h226 const llvm::Reloc::Model &RelocationModel,
H A DOptions.td7572 MarshallingInfoEnum<CodeGenOpts<"RelocationModel">, "PIC_">;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp604 llvm::Reloc::Model RM = CodeGenOpts.RelocationModel; in CreateTargetMachine()
1331 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
H A DCodeGenModule.cpp1841 llvm::Reloc::Model RM = CGOpts.RelocationModel; in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1563 llvm::Reloc::Model rm = cgOpts.RelocationModel; in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc27084 {"_ZN4llvm15RelocationModelE", "llvm::RelocationModel"},