Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp134 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 DThinLTOCodeGenerator.cpp321 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
541 RelocModel, None, CGOptLevel)); in create()
H A DLTOCodeGenerator.cpp361 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
H A DLTO.cpp125 if (Conf.RelocModel) in computeLTOCacheKey()
126 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp80 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 DLTOCodeGenerator.h88 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel()
223 Optional<Reloc::Model> RelocModel; member
H A DThinLTOCodeGenerator.h58 Optional<Reloc::Model> RelocModel; member
233 TMBuilder.RelocModel = Model; in setCodePICModel()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp57 C.RelocModel = Reloc::Static; in createLTO()
59 C.RelocModel = Reloc::PIC_; in createLTO()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp97 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DConfig.h42 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h535 Optional<Reloc::Model> RelocModel; variable
598 RelocModel = RM; in setRelocationModel()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp415 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 DCommandFlags.inc44 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 Dllvm-lto2.cpp204 Conf.RelocModel = *RM; in run()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1227 Conf.RelocModel = CGOpts.RelocationModel; in runThinLTOBackend()