Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go19 IsSanitizerEnabled(t SanitizerType) bool argument
23 IsSanitizerExplicitlyDisabled(t SanitizerType) bool argument
30 SetSanitizer(t SanitizerType, b bool) argument
45 SanitizerSupported(t SanitizerType) bool argument
Dsanitize.go82 type SanitizerType int type
85 Asan SanitizerType = iota + 1
95 var Sanitizers = []SanitizerType{
107 func (t SanitizerType) variationName() string {
131 func (t SanitizerType) name() string {
154 func (t SanitizerType) registerMutators(ctx android.RegisterMutatorsContext) {
166 func (*Module) SanitizerSupported(t SanitizerType) bool { argument
190 func (t SanitizerType) incompatibleWithCfi() bool {
793 func (sanitize *sanitize) getSanitizerBoolPtr(t SanitizerType) *bool {
835 func (sanitize *sanitize) SetSanitizer(t SanitizerType, b bool) {
[all …]
Dsnapshot_prebuilt.go403 isSanitizerEnabled(t SanitizerType) bool argument
404 setSanitizerVariation(t SanitizerType, enabled bool) argument
518 func (p *snapshotLibraryDecorator) isSanitizerEnabled(t SanitizerType) bool {
527 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) {
Dvendor_snapshot.go98 for _, t := range []SanitizerType{scs, Hwasan} {
/build/soong/rust/
Dsanitize.go314 func (sanitize *sanitize) SetSanitizer(t cc.SanitizerType, b bool) {
355 func (sanitize *sanitize) isSanitizerExplicitlyDisabled(t cc.SanitizerType) bool {
371 func (sanitize *sanitize) isSanitizerEnabled(t cc.SanitizerType) bool {
380 func (sanitize *sanitize) getSanitizerBoolPtr(t cc.SanitizerType) *bool {
405 func (mod *Module) SanitizerSupported(t cc.SanitizerType) bool { argument
427 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool { argument
431 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool { argument
451 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) { argument