Searched refs:IsSnapshotLibrary (Results 1 – 5 of 5) sorted by relevance
26 func (m *Module) IsSnapshotLibrary() bool { func34 if m.IsSnapshotLibrary() {
189 if sanitizable, ok := m.(PlatformSanitizeable); ok && sanitizable.IsSnapshotLibrary() {368 if m.IsSnapshotLibrary() {492 if m.IsSnapshotLibrary() {
89 IsSnapshotLibrary() bool
609 if !m.IsSnapshotLibrary() || !m.Shared() {
31 func (mod *Module) IsSnapshotLibrary() bool { func