Home
last modified time | relevance | path

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/
DLTOBackend.cpp138 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()
DThinLTOCodeGenerator.cpp338 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry()
559 RelocModel, None, CGOptLevel)); in create()
DLTOCodeGenerator.cpp379 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
DLTO.cpp128 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/
DLTOCodeGenerator.h89 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel()
224 Optional<Reloc::Model> RelocModel; member
DThinLTOCodeGenerator.h41 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/
DTargetSelect.cpp89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h44 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h535 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/
DCommandFlags.inc43 static cl::opt<Reloc::Model> RelocModel(
60 if (RelocModel.getNumOccurrences()) {
61 Reloc::Model R = RelocModel;