Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp255 Reloc::Model RelocModel = Reloc::Default; in determineTarget() local
258 RelocModel = Reloc::Static; in determineTarget()
261 RelocModel = Reloc::PIC_; in determineTarget()
264 RelocModel = Reloc::DynamicNoPIC; in determineTarget()
273 RelocModel); in determineTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp134 Reloc::Model RelocModel; in createTargetMachine() local
135 if (Conf.RelocModel) in createTargetMachine()
136 RelocModel = *Conf.RelocModel; in createTargetMachine()
138 RelocModel = in createTargetMachine()
142 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
DThinLTOCodeGenerator.cpp355 if (TMBuilder.RelocModel) in ModuleCacheEntry()
356 AddUnsigned(*TMBuilder.RelocModel); in ModuleCacheEntry()
601 RelocModel, None, CGOptLevel)); in create()
DLTOCodeGenerator.cpp360 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
DLTO.cpp125 if (Conf.RelocModel) in computeCacheKey()
126 AddUnsigned(*Conf.RelocModel); in computeCacheKey()
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h40 Optional<Reloc::Model> RelocModel; member
172 TMBuilder.RelocModel = Model; in setCodePICModel()
DLTOCodeGenerator.h82 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel()
214 Optional<Reloc::Model> RelocModel; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h85 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel()
220 Optional<Reloc::Model> RelocModel; member
DThinLTOCodeGenerator.h58 Optional<Reloc::Model> RelocModel; member
233 TMBuilder.RelocModel = Model; in setCodePICModel()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h465 Reloc::Model RelocModel; variable
479 RelocModel = Reloc::Default; in InitEngine()
524 RelocModel = RM; in setRelocationModel()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h49 cl::opt<Reloc::Model> RelocModel(
60 if (RelocModel.getNumOccurrences()) { in getRelocModel()
61 Reloc::Model R = RelocModel; in getRelocModel()
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp113 RelocModel("relocation-model", variable
199 builder.setRelocationModel(RelocModel); in main()
/external/swiftshader/third_party/LLVM/tools/llc/
Dllc.cpp80 RelocModel("relocation-model", variable
309 RelocModel, CMModel)); in main()
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp99 RelocModel, CMModel, in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp97 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h42 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp408 if (RelocModel.getNumOccurrences()) in main()
409 builder.setRelocationModel(RelocModel); in main()
762 .setRelocationModel(RelocModel.getNumOccurrences() in runOrcLazyJIT()
763 ? Optional<Reloc::Model>(RelocModel) in runOrcLazyJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h535 Optional<Reloc::Model> RelocModel; variable
598 RelocModel = RM; in setRelocationModel()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h521 Optional<Reloc::Model> RelocModel; variable
584 RelocModel = RM; in setRelocationModel()
/external/llvm/tools/lli/
Dlli.cpp190 cl::opt<Reloc::Model> RelocModel( variable
423 if (RelocModel.getNumOccurrences()) in main()
424 builder.setRelocationModel(RelocModel); in main()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp118 RelocModel("relocation-model", variable
374 MOFI->InitMCObjectFileInfo(TripleName, RelocModel, CMModel, Ctx); in AssembleInput()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc44 static cl::opt<Reloc::Model> RelocModel(
61 if (RelocModel.getNumOccurrences()) {
62 Reloc::Model R = RelocModel;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp203 Conf.RelocModel = *RM; in run()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp357 RelocModel, CodeModel::Default, CGOptLevel)); in createTargetMachine()
DThinLTOCodeGenerator.cpp481 TheTriple.str(), MCpu, FeatureStr, Options, RelocModel, in create()

12