Home
last modified time | relevance | path

Searched refs:StaticallyLinked (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dlinkable.go36 StaticallyLinked() bool methodSpec
Dsanitize.go920 if !c.StaticallyLinked() {
959 if d.StaticallyLinked() && d.SanitizerSupported(t) {
1303 func (c *Module) StaticallyLinked() bool { func
1340 if c.StaticallyLinked() || c.Header() || t == Fuzzer {
1383 if c.StaticallyLinked() && c.ExportedToMake() {
/build/soong/rust/
Dsanitize.go461 func (mod *Module) StaticallyLinked() bool { func
Drust.go278 return mod.StaticallyLinked()