Home
last modified time | relevance | path

Searched defs:path_mapping (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_span/src/
Dsource_map.rs184 path_mapping: FilePathMapping, field
213 pub fn path_mapping(&self) -> &FilePathMapping { in path_mapping() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/back/
Dwrite.rs216 let path_mapping = sess.source_map().path_mapping().clone(); in target_machine_factory() localVariable