Searched refs:CcLibraryInterface (Results 1 – 6 of 6) sorted by relevance
12 CcLibraryInterface() bool methodSpec
648 func (c *Module) CcLibraryInterface() bool { func2302 if ccReuseDep, ok := ccDep.(*Module); ok && ccDep.CcLibraryInterface() {2313 if _, ok := ccDep.(*Module); ok && ccDep.CcLibraryInterface() {2472 if !ccDep.CcLibraryInterface() || !ccDep.Static() {2512 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
173 !linkable.CcLibraryInterface() || !linkable.Shared() || // Discard static libs.
124 c.CcLibraryInterface() && c.Shared() {
1483 } else if library, ok := mctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {
396 func (mod *Module) CcLibraryInterface() bool { func755 if rustDep, ok := dep.(*Module); ok && !rustDep.CcLibraryInterface() {