Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dstl.go179 if ctx.staticBinary() {
H A Dsanitize.go457 if ctx.staticBinary() {
650 if ctx.staticBinary() {
1124 if c.staticBinary() {
1143 if c.staticBinary() {
1158 if c.staticBinary() {
H A Dlto.go72 staticLib := ctx.static() && !ctx.staticBinary()
H A Dcoverage.go107 if ctx.static() && !ctx.staticBinary() {
H A Dpgo.go282 if ctx.static() && !ctx.staticBinary() {
H A Dcc.go462 staticBinary() bool
1337 func (ctx *moduleContextImpl) staticBinary() bool { func
1338 return ctx.mod.staticBinary()
3045 func (c *Module) staticBinary() bool { func
3047 staticBinary() bool
3049 return static.staticBinary()
H A Dbinary.go241 func (binary *binaryDecorator) staticBinary() bool { func