Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp209 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 DThinLTOCodeGenerator.cpp378 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
590 RelocModel, std::nullopt, CGOptLevel)); in create()
H A DLTOCodeGenerator.cpp416 Config.RelocModel, std::nullopt, Config.CGOptLevel)); in createTargetMachine()
H A DLTO.cpp151 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 DThinLTOCodeGenerator.h48 std::optional<Reloc::Model> RelocModel; member
223 TMBuilder.RelocModel = Model; in setCodePICModel()
H A DLTOCodeGenerator.h93 Config.RelocModel = Model; in setCodePICModel()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp91 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 DTargetSelect.cpp88 TheTriple, MCPU, FeaturesStr, Options, RelocModel, CMModel, OptLevel, in selectTarget()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp61 c.RelocModel = Reloc::Static; in createConfig()
63 c.RelocModel = Reloc::PIC_; in createConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h544 std::optional<Reloc::Model> RelocModel; variable
608 RelocModel = RM; in setRelocationModel()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h56 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()
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 Dllvm-lto2.cpp299 Conf.RelocModel = *RM; in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1331 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()