Searched refs:CcLibraryInterface (Results 1 – 6 of 6) sorted by relevance
71 CcLibraryInterface() bool methodSpec
188 if !ok || !linkable.CcLibraryInterface() {
124 c.CcLibraryInterface() && c.Shared() {
2134 …} else if library, ok := mctx.Module().(LinkableInterface); ok && (library.CcLibraryInterface() ||…2266 CcLibraryInterface() bool2270 module.CcLibraryInterface() && module.Shared()
1093 func (c *Module) CcLibraryInterface() bool { func3207 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
598 func (mod *Module) CcLibraryInterface() bool { func