Home
last modified time | relevance | path

Searched refs:UbsanRuntimeDep (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dlinkable.go45 UbsanRuntimeDep() bool methodSpec
Dsanitize.go389 UbsanRuntimeDep bool `blueprint:"mutated"` member
768 if !s.Properties.SanitizerEnabled && !s.Properties.UbsanRuntimeDep {
1361 c.sanitize.Properties.UbsanRuntimeDep = true
1365 c.sanitize.Properties.UbsanRuntimeDep {
1537 if len(diagSanitizers) == 0 && !c.sanitize.Properties.UbsanRuntimeDep {
1542 } else if len(diagSanitizers) > 0 || c.sanitize.Properties.UbsanRuntimeDep ||
1629 func (c *Module) UbsanRuntimeDep() bool { func
1630 return c.sanitize.Properties.UbsanRuntimeDep
/build/soong/rust/
Dsanitize.go348 func (m *Module) UbsanRuntimeDep() bool { func