Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go18 IsSanitizerEnabled(t SanitizerType) bool argument
22 IsSanitizerExplicitlyDisabled(t SanitizerType) bool argument
25 SetSanitizer(t SanitizerType, b bool) argument
37 SanitizerSupported(t SanitizerType) bool argument
Dsanitize.go94 type SanitizerType int type
97 Asan SanitizerType = iota + 1
109 var Sanitizers = []SanitizerType{
123 func (t SanitizerType) variationName() string {
151 func (t SanitizerType) name() string {
178 func (t SanitizerType) registerMutators(ctx android.RegisterMutatorsContext) {
194 func (t SanitizerType) shouldPropagateToSharedLibraryDeps() bool {
205 func (*Module) SanitizerSupported(t SanitizerType) bool { argument
233 func (t SanitizerType) incompatibleWithCfi() bool {
998 func (s *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool {
[all …]
/build/soong/rust/
Dsanitize.go317 func (sanitize *sanitize) SetSanitizer(t cc.SanitizerType, b bool) {
358 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {
374 func (sanitize *sanitize) isSanitizerEnabled(t cc.SanitizerType) bool {
383 func (sanitize *sanitize) getSanitizerBoolPtr(t cc.SanitizerType) *bool {
408 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool { argument
431 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool { argument
435 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool { argument
444 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) { argument