| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CodeGenOptions.cpp | 19 RelocationModel = llvm::Reloc::PIC_; in CodeGenOptions() 50 RelocationModel = llvm::Reloc::PIC_; in resetNonModularOptions()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 177 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 D | WebAssembly.cpp | 340 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 D | Flang.cpp | 186 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 D | Clang.cpp | 1857 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 D | CommonArgs.cpp | 2246 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 D | Gnu.cpp | 614 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 D | CodeGenOptions.h | 274 llvm::Reloc::Model RelocationModel; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | CommonArgs.h | 226 const llvm::Reloc::Model &RelocationModel,
|
| H A D | Options.td | 7572 MarshallingInfoEnum<CodeGenOpts<"RelocationModel">, "PIC_">;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 604 llvm::Reloc::Model RM = CodeGenOpts.RelocationModel; in CreateTargetMachine() 1331 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
|
| H A D | CodeGenModule.cpp | 1841 llvm::Reloc::Model RM = CGOpts.RelocationModel; in shouldAssumeDSOLocal()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 1563 llvm::Reloc::Model rm = cgOpts.RelocationModel; in shouldAssumeDSOLocal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 27084 {"_ZN4llvm15RelocationModelE", "llvm::RelocationModel"},
|