Home
last modified time | relevance | path

Searched refs:wholeStaticDepTag (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dsabi.go88 case StaticDepTag, staticExportDepTag, lateStaticDepTag, wholeStaticDepTag:
Dlto.go152 …case StaticDepTag, staticExportDepTag, lateStaticDepTag, wholeStaticDepTag, objDepTag, reuseObjTag:
Dcoverage.go106 ctx.VisitDirectDepsWithTag(wholeStaticDepTag, func(m android.Module) {
Dcc.go436 wholeStaticDepTag = DependencyTag{Name: "whole static", Library: true, ReexportFlags: true} var
1887 depTag := wholeStaticDepTag
2341 case StaticDepTag, staticExportDepTag, lateStaticDepTag, wholeStaticDepTag:
2470 case wholeStaticDepTag:
2638 case wholeStaticDepTag:
Dlibrary.go1637 …if tag == StaticDepTag || tag == staticExportDepTag || tag == wholeStaticDepTag || tag == lateStat…