Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go157 if ctx.staticBinary() {
Dafdo.go182 if m.afdo.afdoEnabled() && !(m.static() && !m.staticBinary()) && !m.Host() {
Dorderfile.go160 if ctx.static() && !ctx.staticBinary() {
Dsanitize.go694 if ctx.staticBinary() {
816 if !ctx.staticBinary() && !ctx.Host() {
874 if ctx.staticBinary() {
1520 if toolchain.Musl() || (c.staticBinary() && toolchain.Bionic()) {
1528 if c.staticBinary() {
1546 if toolchain.Musl() || c.staticBinary() {
1576 if c.staticBinary() {
Dcoverage.go148 if ctx.static() && !ctx.staticBinary() {
Dcc.go493 staticBinary() bool methodSpec
1524 func (ctx *moduleContextImpl) staticBinary() bool { func
1525 return ctx.mod.staticBinary()
3610 func (c *Module) staticBinary() bool { func
3612 staticBinary() bool
3614 return static.staticBinary()
Dbinary.go237 func (binary *binaryDecorator) staticBinary() bool { func