Searched defs:RelocModel (Results 1 – 15 of 15) sorted by relevance
| /third_party/rust/rust/compiler/rustc_target/src/asm/ |
| D | arm.rs | 73 reloc_model: RelocModel, in frame_pointer_r11() 89 _reloc_model: RelocModel, in frame_pointer_r7() 103 _reloc_model: RelocModel, in not_thumb1() 120 reloc_model: RelocModel, in reserved_r9()
|
| D | x86.rs | 149 _reloc_model: RelocModel, in x86_64_only() 163 _reloc_model: RelocModel, in high_byte() 176 _reloc_model: RelocModel, in rbx_reserved() 192 _reloc_model: RelocModel, in esi_reserved()
|
| D | riscv.rs | 57 _reloc_model: RelocModel, in not_e()
|
| D | aarch64.rs | 82 _reloc_model: RelocModel, in reserved_x18()
|
| D | mod.rs | 353 reloc_model: RelocModel, in validate() 744 reloc_model: RelocModel, in allocatable_registers()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
| D | ThinLTOCodeGenerator.h | 41 Optional<Reloc::Model> RelocModel; member
|
| D | LTOCodeGenerator.h | 224 Optional<Reloc::Model> RelocModel; member
|
| /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
|
| /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
|
| /third_party/rust/rust/compiler/rustc_target/src/spec/ |
| D | mod.rs | 645 pub enum RelocModel { enum 655 impl FromStr for RelocModel { implementation 658 fn from_str(s: &str) -> Result<RelocModel, ()> { in from_str() 672 impl ToJson for RelocModel { implementation
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/ |
| D | write.rs | 152 fn to_llvm_relocation_model(relocation_model: RelocModel) -> llvm::RelocModel { in to_llvm_relocation_model()
|
| /third_party/rust/rust/compiler/rustc_session/src/ |
| D | options.rs | 1058 pub(crate) fn parse_relocation_model(slot: &mut Option<RelocModel>, v: Option<&str>) -> bool { in parse_relocation_model()
|
| D | session.rs | 1170 pub fn relocation_model(&self) -> RelocModel { in relocation_model()
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/ |
| D | ffi.rs | 493 pub enum RelocModel { enum 2300 Reloc: RelocModel, in LLVMRustCreateTargetMachine()
|