Home
last modified time | relevance | path

Searched defs:CStore (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_metadata/src/
Dcreader.rs36 pub struct CStore { struct
57 impl std::fmt::Debug for CStore { argument
134 impl CStore { implementation
135 pub fn from_tcx(tcx: TyCtxt<'_>) -> MappedReadGuard<'_, CStore> { in from_tcx() argument
141 pub fn from_tcx_mut(tcx: TyCtxt<'_>) -> MappedWriteGuard<'_, CStore> { in from_tcx_mut() argument
265 pub fn new(sess: &Session) -> CStore { in new()
288 cstore: &'a mut CStore, in new()
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/
Dcstore_impl.rs521 impl CStore { implementation
583 impl CrateStore for CStore { implementation
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs1600 cstore: &CStore, in new()
/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs1489 fn cstore(&self) -> MappedReadGuard<'_, CStore> { in cstore() argument