Home
last modified time | relevance | path

Searched defs:RelocModel (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/rust/compiler/rustc_target/src/asm/
Darm.rs73 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()
Dx86.rs149 _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()
Driscv.rs57 _reloc_model: RelocModel, in not_e()
Daarch64.rs82 _reloc_model: RelocModel, in reserved_x18()
Dmod.rs353 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/
DThinLTOCodeGenerator.h41 Optional<Reloc::Model> RelocModel; member
DLTOCodeGenerator.h224 Optional<Reloc::Model> RelocModel; member
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp138 Reloc::Model RelocModel; in createTargetMachine() local
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs645 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/
Dwrite.rs152 fn to_llvm_relocation_model(relocation_model: RelocModel) -> llvm::RelocModel { in to_llvm_relocation_model()
/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs1058 pub(crate) fn parse_relocation_model(slot: &mut Option<RelocModel>, v: Option<&str>) -> bool { in parse_relocation_model()
Dsession.rs1170 pub fn relocation_model(&self) -> RelocModel { in relocation_model()
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dffi.rs493 pub enum RelocModel { enum
2300 Reloc: RelocModel, in LLVMRustCreateTargetMachine()