Searched refs:RelocModel (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 138 Reloc::Model RelocModel; in createTargetMachine() local 139 if (Conf.RelocModel) in createTargetMachine() 140 RelocModel = *Conf.RelocModel; in createTargetMachine() 142 RelocModel = in createTargetMachine() 152 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
|
D | ThinLTOCodeGenerator.cpp | 338 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry() 559 RelocModel, None, CGOptLevel)); in create()
|
D | LTOCodeGenerator.cpp | 379 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
|
D | LTO.cpp | 128 if (Conf.RelocModel) in computeLTOCacheKey() 129 AddUnsigned(*Conf.RelocModel); in computeLTOCacheKey()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 89 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel() 224 Optional<Reloc::Model> RelocModel; member
|
D | ThinLTOCodeGenerator.h | 41 Optional<Reloc::Model> RelocModel; member 216 TMBuilder.RelocModel = Model; in setCodePICModel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | Config.h | 44 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 535 Optional<Reloc::Model> RelocModel; variable 598 RelocModel = RM; in setRelocationModel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 43 static cl::opt<Reloc::Model> RelocModel( 60 if (RelocModel.getNumOccurrences()) { 61 Reloc::Model R = RelocModel;
|