Searched refs:RelocModel (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 134 Reloc::Model RelocModel; in createTargetMachine() local 135 if (Conf.RelocModel) in createTargetMachine() 136 RelocModel = *Conf.RelocModel; in createTargetMachine() 138 RelocModel = in createTargetMachine() 148 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
|
| H A D | ThinLTOCodeGenerator.cpp | 321 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry() 541 RelocModel, None, CGOptLevel)); in create()
|
| H A D | LTOCodeGenerator.cpp | 361 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
|
| H A D | LTO.cpp | 125 if (Conf.RelocModel) in computeLTOCacheKey() 126 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | LTO.cpp | 80 C.RelocModel = None; in createConfig() 82 C.RelocModel = Reloc::PIC_; in createConfig() 84 C.RelocModel = Reloc::Static; in createConfig()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 88 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel() 223 Optional<Reloc::Model> RelocModel; member
|
| H A D | ThinLTOCodeGenerator.h | 58 Optional<Reloc::Model> RelocModel; member 233 TMBuilder.RelocModel = Model; in setCodePICModel()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | LTO.cpp | 57 C.RelocModel = Reloc::Static; in createLTO() 59 C.RelocModel = Reloc::PIC_; in createLTO()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 97 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/ |
| H A D | Config.h | 42 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 535 Optional<Reloc::Model> RelocModel; variable 598 RelocModel = RM; in setRelocationModel()
|
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | lli.cpp | 415 if (RelocModel.getNumOccurrences()) in main() 416 builder.setRelocationModel(RelocModel); in main() 774 .setRelocationModel(RelocModel.getNumOccurrences() in runOrcLazyJIT() 775 ? Optional<Reloc::Model>(RelocModel) in runOrcLazyJIT()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.inc | 44 static cl::opt<Reloc::Model> RelocModel( 61 if (RelocModel.getNumOccurrences()) { 62 Reloc::Model R = RelocModel;
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 204 Conf.RelocModel = *RM; in run()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1227 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()
|