Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DLTO.cpp58 c.RelocModel = std::nullopt; in createLTO()
60 c.RelocModel = Reloc::PIC_; in createLTO()
62 c.RelocModel = Reloc::Static; in createLTO()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp211 std::optional<Reloc::Model> RelocModel; in createTargetMachine() local
212 if (Conf.RelocModel) in createTargetMachine()
213 RelocModel = *Conf.RelocModel; in createTargetMachine()
215 RelocModel = in createTargetMachine()
225 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
H A DThinLTOCodeGenerator.cpp383 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
621 RelocModel, std::nullopt, CGOptLevel)); in create()
H A DLTOCodeGenerator.cpp438 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
H A DLTO.cpp127 if (Conf.RelocModel) in computeLTOCacheKey()
128 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp116 c.RelocModel = *relocModel; in createConfig()
118 c.RelocModel = std::nullopt; in createConfig()
120 c.RelocModel = Reloc::PIC_; in createConfig()
122 c.RelocModel = Reloc::Static; in createConfig()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h40 std::optional<Reloc::Model> RelocModel; member
215 TMBuilder.RelocModel = Model; in setCodePICModel()
H A DLTOCodeGenerator.h93 Config.RelocModel = Model; in setCodePICModel()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.cpp79 c.RelocModel = Reloc::Static; in createConfig()
81 c.RelocModel = Reloc::PIC_; in createConfig()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h543 std::optional<Reloc::Model> RelocModel; variable
605 RelocModel = RM; in setRelocationModel()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp58 CGOPT_EXP(Reloc::Model, RelocModel) in CGOPT()
129 static cl::opt<Reloc::Model> RelocModel( in CGOPT() local
145 CGBINDOPT(RelocModel); in CGOPT()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp268 Conf.RelocModel = *RM; in run()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp883 Conf.RelocModel = RelocationModel; in createLTO()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1151 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()