Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp120 c.RelocModel = *relocModel; in createConfig()
122 c.RelocModel = None; in createConfig()
124 c.RelocModel = Reloc::PIC_; in createConfig()
126 c.RelocModel = Reloc::Static; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp188 Optional<Reloc::Model> RelocModel = None; in createTargetMachine() local
189 if (Conf.RelocModel) in createTargetMachine()
190 RelocModel = *Conf.RelocModel; in createTargetMachine()
192 RelocModel = in createTargetMachine()
202 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
H A DThinLTOCodeGenerator.cpp419 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
655 RelocModel, None, CGOptLevel)); in create()
H A DLTOCodeGenerator.cpp362 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
H A DLTO.cpp124 if (Conf.RelocModel) in computeLTOCacheKey()
125 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h41 Optional<Reloc::Model> RelocModel; member
216 TMBuilder.RelocModel = Model; in setCodePICModel()
H A DLTOCodeGenerator.h92 Config.RelocModel = Model; in setCodePICModel()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp76 c.RelocModel = Reloc::Static; in createConfig()
78 c.RelocModel = Reloc::PIC_; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h544 Optional<Reloc::Model> RelocModel; variable
606 RelocModel = RM; in setRelocationModel()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h53 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp51 CGOPT_EXP(Reloc::Model, RelocModel) in CGOPT()
119 static cl::opt<Reloc::Model> RelocModel( in CGOPT() local
135 CGBINDOPT(RelocModel); in CGOPT()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp251 Conf.RelocModel = RM.getValue(); in run()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1544 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()