Searched refs:CcLibraryInterface (Results 1 – 6 of 6) sorted by relevance
72 CcLibraryInterface() bool methodSpec
2112 …} else if library, ok := ctx.Module().(LinkableInterface); ok && (library.CcLibraryInterface() || …2160 } else if library, ok := ctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {2204 } else if library, ok := ctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {2265 CcLibraryInterface() bool2269 module.CcLibraryInterface() && module.Shared()
226 if !ok || !linkable.CcLibraryInterface() {
144 c.CcLibraryInterface() && c.Shared() {
1101 func (c *Module) CcLibraryInterface() bool { func3229 if !ccDep.CcLibraryInterface() || !ccDep.Static() {
593 func (mod *Module) CcLibraryInterface() bool { func