/external/llvm-project/lld/wasm/ |
D | LTO.cpp | 59 c.RelocModel = None; in createLTO() 61 c.RelocModel = Reloc::PIC_; in createLTO() 63 c.RelocModel = Reloc::Static; in createLTO()
|
/external/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 40 Optional<Reloc::Model> RelocModel; member 172 TMBuilder.RelocModel = Model; in setCodePICModel()
|
D | LTOCodeGenerator.h | 82 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel() 214 Optional<Reloc::Model> RelocModel; member
|
/external/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()
|
/external/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()
|
/external/llvm-project/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()
|
/external/llvm-project/lld/ELF/ |
D | LTO.cpp | 119 c.RelocModel = *relocModel; in createConfig() 121 c.RelocModel = None; in createConfig() 123 c.RelocModel = Reloc::PIC_; in createConfig() 125 c.RelocModel = Reloc::Static; in createConfig()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOBackend.cpp | 188 Reloc::Model RelocModel; in createTargetMachine() local 189 if (Conf.RelocModel) in createTargetMachine() 190 RelocModel = *Conf.RelocModel; in createTargetMachine() 192 RelocModel = in createTargetMachine() 202 TheTriple, Conf.CPU, Features.getString(), Conf.Options, RelocModel, in createTargetMachine()
|
D | ThinLTOCodeGenerator.cpp | 354 Conf.RelocModel = TMBuilder.RelocModel; in ModuleCacheEntry() 583 RelocModel, None, CGOptLevel)); in create()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 49 cl::opt<Reloc::Model> RelocModel( 60 if (RelocModel.getNumOccurrences()) { in getRelocModel() 61 Reloc::Model R = RelocModel; in getRelocModel()
|
/external/llvm-project/lld/COFF/ |
D | LTO.cpp | 75 c.RelocModel = Reloc::Static; in createConfig() 77 c.RelocModel = Reloc::PIC_; in createConfig()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 89 Options, RelocModel, CMModel, OptLevel, in selectTarget()
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 99 RelocModel, CMModel, in selectTarget()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | Config.h | 44 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
|
/external/llvm-project/llvm/include/llvm/LTO/ |
D | Config.h | 45 Optional<Reloc::Model> RelocModel = Reloc::PIC_; member
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 544 Optional<Reloc::Model> RelocModel; variable 606 RelocModel = RM; in setRelocationModel()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 521 Optional<Reloc::Model> RelocModel; variable 584 RelocModel = RM; in setRelocationModel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 535 Optional<Reloc::Model> RelocModel; variable 598 RelocModel = RM; in setRelocationModel()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 190 cl::opt<Reloc::Model> RelocModel( variable 423 if (RelocModel.getNumOccurrences()) in main() 424 builder.setRelocationModel(RelocModel); in main()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CommandFlags.cpp | 50 CGOPT_EXP(Reloc::Model, RelocModel) in CGOPT() 120 static cl::opt<Reloc::Model> RelocModel( in CGOPT() local 136 CGBINDOPT(RelocModel); in CGOPT()
|
/external/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;
|