Searched refs:snapshotLibraryInterface (Results 1 – 3 of 3) sorted by relevance
27 if _, ok := m.linker.(snapshotLibraryInterface); ok {35 return m.linker.(snapshotLibraryInterface).snapshotHeaders()57 type snapshotLibraryInterface interface { interface70 var _ snapshotLibraryInterface = (*prebuiltLibraryLinker)(nil)71 var _ snapshotLibraryInterface = (*libraryDecorator)(nil)
578 if i, ok := handler.module.linker.(snapshotLibraryInterface); ok {
1792 if i, ok := c.linker.(snapshotLibraryInterface); ok {