Home
last modified time | relevance | path

Searched defs:SanitizerType (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/rust/
H A Dsanitize.go172 func (sanitize *sanitize) SetSanitizer(t cc.SanitizerType, b bool) {
210 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {
226 func (sanitize *sanitize) isSanitizerEnabled(t cc.SanitizerType) bool {
235 func (sanitize *sanitize) getSanitizerBoolPtr(t cc.SanitizerType) *bool {
258 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool {
274 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool {
278 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {
298 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) {
/aosp12/build/soong/cc/
H A Dsanitize.go74 type SanitizerType int type
143 func (*Module) SanitizerSupported(t SanitizerType) bool {
749 func (sanitize *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool {
791 func (sanitize *sanitize) SetSanitizer(t SanitizerType, b bool) {
819 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t SanitizerType) bool {
833 func (sanitize *sanitize) isSanitizerEnabled(t SanitizerType) bool {
939 func (c *Module) IsSanitizerExplicitlyDisabled(t SanitizerType) bool {
1228 func (c *Module) IsSanitizerEnabled(t SanitizerType) bool {
1246 func (c *Module) SetSanitizer(t SanitizerType, b bool) {
1261 func sanitizerMutator(t SanitizerType) func(android.BottomUpMutatorContext) {
[all …]
H A Dsnapshot_prebuilt.go641 func (p *snapshotLibraryDecorator) isSanitizerEnabled(t SanitizerType) bool {
650 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) {