Searched refs:UbsanRuntimeDep (Results 1 – 3 of 3) sorted by relevance
45 UbsanRuntimeDep() bool methodSpec
389 UbsanRuntimeDep bool `blueprint:"mutated"` member768 if !s.Properties.SanitizerEnabled && !s.Properties.UbsanRuntimeDep {1361 c.sanitize.Properties.UbsanRuntimeDep = true1365 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 { func1630 return c.sanitize.Properties.UbsanRuntimeDep
348 func (m *Module) UbsanRuntimeDep() bool { func