Searched refs:snapshotLibraryInterface (Results 1 – 2 of 2) 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 {