Searched refs:IsSnapshotLibrary (Results 1 – 6 of 6) sorted by relevance
26 func (m *Module) IsSnapshotLibrary() bool { func34 if m.IsSnapshotLibrary() {
94 if sanitizable, ok := m.(PlatformSanitizeable); ok && sanitizable.IsSnapshotLibrary() {260 if m.IsSnapshotLibrary() {391 if m.IsSnapshotLibrary() {
82 IsSnapshotLibrary() bool methodSpec
604 if !m.IsSnapshotLibrary() || !m.Shared() {
899 "IsSnapshotLibrary": c.IsSnapshotLibrary(),
43 func (mod *Module) IsSnapshotLibrary() bool { func