Searched refs:RelocModel (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | LTO.cpp | 58 c.RelocModel = None; in createLTO() 60 c.RelocModel = Reloc::PIC_; in createLTO() 62 c.RelocModel = Reloc::Static; in createLTO()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LTO.cpp | 115 c.RelocModel = *relocModel; in createConfig() 117 c.RelocModel = None; in createConfig() 119 c.RelocModel = Reloc::PIC_; in createConfig() 121 c.RelocModel = Reloc::Static; in createConfig()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 210 Optional<Reloc::Model> RelocModel = None; in createTargetMachine() local 211 if (Conf.RelocModel) in createTargetMachine() 212 RelocModel = *Conf.RelocModel; in createTargetMachine() 214 RelocModel = in createTargetMachine() 224 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
|
| H A D | ThinLTOCodeGenerator.cpp | 383 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry() 621 RelocModel, None, CGOptLevel)); in create()
|
| H A D | LTOCodeGenerator.cpp | 356 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
|
| H A D | LTO.cpp | 126 if (Conf.RelocModel) in computeLTOCacheKey() 127 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 40 Optional<Reloc::Model> RelocModel; member 215 TMBuilder.RelocModel = Model; in setCodePICModel()
|
| H A D | LTOCodeGenerator.h | 92 Config.RelocModel = Model; in setCodePICModel()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | LTO.cpp | 76 c.RelocModel = Reloc::Static; in createConfig() 78 c.RelocModel = Reloc::PIC_; in createConfig()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 543 Optional<Reloc::Model> RelocModel; variable 605 RelocModel = RM; in setRelocationModel()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | Config.h | 53 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 56 CGOPT_EXP(Reloc::Model, RelocModel) in CGOPT() 127 static cl::opt<Reloc::Model> RelocModel( in CGOPT() local 143 CGBINDOPT(RelocModel); in CGOPT()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 269 Conf.RelocModel = *RM; in run()
|
| /llvm-project-15.0.7/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 897 Conf.RelocModel = RelocationModel; in createLTO()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1079 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
|