Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go186 if ctx.staticBinary() {
Dcoverage.go102 if ctx.static() && !ctx.staticBinary() {
Dsanitize.go368 if ctx.staticBinary() {
530 if ctx.staticBinary() {
913 if c.staticBinary() {
947 if c.staticBinary() {
Dcc.go319 staticBinary() bool methodSpec
1116 func (ctx *moduleContextImpl) staticBinary() bool { func
1117 return ctx.mod.staticBinary()
2733 func (c *Module) staticBinary() bool { func
2735 staticBinary() bool
2737 return static.staticBinary()
Dbinary.go230 func (binary *binaryDecorator) staticBinary() bool { func