Searched refs:RelocModel (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 209 std::optional<Reloc::Model> RelocModel; in createTargetMachine() local 210 if (Conf.RelocModel) in createTargetMachine() 211 RelocModel = *Conf.RelocModel; in createTargetMachine() 213 RelocModel = in createTargetMachine() 228 TheTriple, Conf.CPU, Features.getString(), TargetOpts, RelocModel, in createTargetMachine()
|
| H A D | ThinLTOCodeGenerator.cpp | 378 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry() 590 RelocModel, std::nullopt, CGOptLevel)); in create()
|
| H A D | LTOCodeGenerator.cpp | 416 Config.RelocModel, std::nullopt, Config.CGOptLevel)); in createTargetMachine()
|
| H A D | LTO.cpp | 151 if (Conf.RelocModel) in computeLTOCacheKey() 152 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey() 2329 if (C.RelocModel == Reloc::PIC_) in buildCommonRemoteCompilerOptions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 48 std::optional<Reloc::Model> RelocModel; member 223 TMBuilder.RelocModel = Model; in setCodePICModel()
|
| H A D | LTOCodeGenerator.h | 93 Config.RelocModel = Model; in setCodePICModel()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 91 c.RelocModel = *relocModel; in createConfig() 93 c.RelocModel = std::nullopt; in createConfig() 95 c.RelocModel = Reloc::PIC_; in createConfig() 97 c.RelocModel = Reloc::Static; in createConfig()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 88 TheTriple, MCPU, FeaturesStr, Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 61 c.RelocModel = Reloc::Static; in createConfig() 63 c.RelocModel = Reloc::PIC_; in createConfig()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 544 std::optional<Reloc::Model> RelocModel; variable 608 RelocModel = RM; in setRelocationModel()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 56 std::optional<Reloc::Model> RelocModel = Reloc::PIC_; member
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 60 CGOPT_EXP(Reloc::Model, RelocModel) in CGOPT() 136 static cl::opt<Reloc::Model> RelocModel( in CGOPT() local 152 CGBINDOPT(RelocModel); in CGOPT()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 299 Conf.RelocModel = *RM; in run()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1331 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
|