Home
last modified time | relevance | path

Searched defs:code_model (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/
Dwrite.rs190 let code_model = to_llvm_code_model(sess.code_model()); in target_machine_factory() localVariable
/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs1174 pub fn code_model(&self) -> Option<CodeModel> { in code_model() method
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs1715 pub code_model: Option<CodeModel>, field