Searched refs:RelocModel (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 120 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 D | LTOBackend.cpp | 188 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 D | ThinLTOCodeGenerator.cpp | 419 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry() 655 RelocModel, None, CGOptLevel)); in create()
|
| H A D | LTOCodeGenerator.cpp | 362 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
|
| H A D | LTO.cpp | 124 if (Conf.RelocModel) in computeLTOCacheKey() 125 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 41 Optional<Reloc::Model> RelocModel; member 216 TMBuilder.RelocModel = Model; in setCodePICModel()
|
| H A D | LTOCodeGenerator.h | 92 Config.RelocModel = Model; in setCodePICModel()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 76 c.RelocModel = Reloc::Static; in createConfig() 78 c.RelocModel = Reloc::PIC_; in createConfig()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 544 Optional<Reloc::Model> RelocModel; variable 606 RelocModel = RM; in setRelocationModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 53 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 51 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 D | llvm-lto2.cpp | 251 Conf.RelocModel = RM.getValue(); in run()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1544 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
|