Searched refs:RelocModel (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 40 std::optional<Reloc::Model> RelocModel; member 215 TMBuilder.RelocModel = Model; in setCodePICModel()
|
H A D | LTOCodeGenerator.h | 92 Config.RelocModel = Model; in setCodePICModel()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LTO.cpp | 94 c.RelocModel = *relocModel; in createConfig() 96 c.RelocModel = std::nullopt; in createConfig() 98 c.RelocModel = Reloc::PIC_; in createConfig() 100 c.RelocModel = Reloc::Static; in createConfig()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 208 std::optional<Reloc::Model> RelocModel; in createTargetMachine() local 209 if (Conf.RelocModel) in createTargetMachine() 210 RelocModel = *Conf.RelocModel; in createTargetMachine() 212 RelocModel = in createTargetMachine() 222 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
|
H A D | ThinLTOCodeGenerator.cpp | 386 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry() 600 RelocModel, std::nullopt, CGOptLevel)); in create()
|
H A D | LTOCodeGenerator.cpp | 428 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
|
H A D | LTO.cpp | 141 if (Conf.RelocModel) in computeLTOCacheKey() 142 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | TargetSelect.cpp | 89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | LTO.cpp | 67 c.RelocModel = Reloc::Static; in createConfig() 69 c.RelocModel = Reloc::PIC_; in createConfig()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 543 std::optional<Reloc::Model> RelocModel; variable 605 RelocModel = RM; in setRelocationModel()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | Config.h | 55 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() 135 static cl::opt<Reloc::Model> RelocModel( in CGOPT() local 151 CGBINDOPT(RelocModel); in CGOPT()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 290 Conf.RelocModel = *RM; in run()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1225 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
|