Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h40 std::optional<Reloc::Model> RelocModel; member
215 TMBuilder.RelocModel = Model; in setCodePICModel()
H A DLTOCodeGenerator.h92 Config.RelocModel = Model; in setCodePICModel()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp94 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 DLTOBackend.cpp208 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 DThinLTOCodeGenerator.cpp386 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
600 RelocModel, std::nullopt, CGOptLevel)); in create()
H A DLTOCodeGenerator.cpp428 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
H A DLTO.cpp141 if (Conf.RelocModel) in computeLTOCacheKey()
142 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp67 c.RelocModel = Reloc::Static; in createConfig()
69 c.RelocModel = Reloc::PIC_; in createConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h543 std::optional<Reloc::Model> RelocModel; variable
605 RelocModel = RM; in setRelocationModel()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp60 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 Dllvm-lto2.cpp290 Conf.RelocModel = *RM; in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1225 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()