Searched refs:CcLibraryInterface (Results 1 – 5 of 5) sorted by relevance
108 CcLibraryInterface() bool methodSpec
186 if !ok || !linkable.CcLibraryInterface() {
1990 } else if library, ok := mctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {2124 CcLibraryInterface() bool2128 module.CcLibraryInterface() && module.Shared()
135 c.CcLibraryInterface() && c.Shared() {
545 func (mod *Module) CcLibraryInterface() bool { func935 if rustDep, ok := dep.(*Module); ok && !rustDep.CcLibraryInterface() {