Lines Matching defs:cc
15 package cc
29 "android/soong/cc/config"
55 pctx.Import("android/soong/cc/config")
898 cc, _ := m.(*Module)
899 if cc == nil {
927 ctx.ModuleErrorf("depends on non-cc module %q", name)
952 if l, ok := cc.compiler.(libraryInterface); ok {
959 if i, ok := cc.linker.(exportedFlagsProducer); ok {
977 checkLinkType(c, cc)
983 linkFile := cc.outputFile
990 depFile = cc.linker.(libraryInterface).toc()
994 depFile = cc.linker.(libraryInterface).toc()
1001 staticLib, ok := cc.linker.(libraryInterface)
1027 staticLib, ok := cc.linker.(libraryInterface)