Home
last modified time | relevance | path

Searched defs:sanitize (Results 1 – 8 of 8) sorted by relevance

/build/soong/rust/
Dsanitize.go101 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) {
Dcompiler.go168 sanitize *sanitize member
Drust.go120 sanitize *sanitize member
/build/soong/cc/
Dsanitize.go232 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 …]
Dlinker.go203 func NewBaseLinker(sanitize *sanitize) *baseLinker { argument
215 sanitize *sanitize member
Dprebuilt.go527 func srcsForSanitizer(sanitize *sanitize, sanitized Sanitized) []string { argument
Dcc.go799 sanitize *sanitize member
/build/soong/androidmk/androidmk/
Dandroid.go522 func sanitize(sub string) func(ctx variableAssignmentContext) error { func