Searched refs:CcLibraryInterface (Results 1 – 6 of 6) sorted by relevance
108 CcLibraryInterface() bool
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() {
940 func (c *Module) CcLibraryInterface() bool { func2764 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
545 func (mod *Module) CcLibraryInterface() bool { func935 if rustDep, ok := dep.(*Module); ok && !rustDep.CcLibraryInterface() {