Searched defs:sanitize (Results 1 – 8 of 8) sorted by relevance
| /build/soong/rust/ |
| D | sanitize.go | 101 type sanitize struct { struct 102 Properties SanitizeProperties 105 func (sanitize *sanitize) flags(ctx ModuleContext, flags Flags, deps PathDeps) (Flags, PathDeps) { 126 func (sanitize *sanitize) deps(ctx BaseModuleContext, deps Deps) Deps { 172 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 { 248 func (sanitize *sanitize) AndroidMk(ctx AndroidMkContext, entries *android.AndroidMkEntries) {
|
| D | compiler.go | 168 sanitize *sanitize member
|
| D | rust.go | 120 sanitize *sanitize member
|
| /build/soong/cc/ |
| D | sanitize.go | 232 type sanitize struct { struct 233 Properties SanitizeProperties 248 func (sanitize *sanitize) props() []interface{} { 252 func (sanitize *sanitize) begin(ctx BaseModuleContext) { 502 func (sanitize *sanitize) deps(ctx BaseModuleContext, deps Deps) Deps { 542 func (sanitize *sanitize) flags(ctx ModuleContext, flags Flags) Flags { 728 …nc (sanitize *sanitize) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMkEntries) { 744 func (sanitize *sanitize) inSanitizerDir() bool { 749 func (sanitize *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool { 773 func (sanitize *sanitize) isUnsanitizedVariant() bool { [all …]
|
| D | linker.go | 203 func NewBaseLinker(sanitize *sanitize) *baseLinker { argument 215 sanitize *sanitize member
|
| D | prebuilt.go | 527 func srcsForSanitizer(sanitize *sanitize, sanitized Sanitized) []string { argument
|
| D | cc.go | 799 sanitize *sanitize member
|
| /build/soong/androidmk/androidmk/ |
| D | android.go | 522 func sanitize(sub string) func(ctx variableAssignmentContext) error { func
|