Home
last modified time | relevance | path

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

/build/soong/rust/
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 { argument
274 func (mod *Module) IsSanitizerEnabled(t cc.SanitizerType) bool { argument
278 func (mod *Module) IsSanitizerExplicitlyDisabled(t cc.SanitizerType) bool { argument
298 func (mod *Module) SetSanitizer(t cc.SanitizerType, b bool) { argument
/build/soong/cc/
Dlinkable.go23 IsSanitizerEnabled(t SanitizerType) bool argument
27 IsSanitizerExplicitlyDisabled(t SanitizerType) bool argument
34 SetSanitizer(t SanitizerType, b bool) argument
49 SanitizerSupported(t SanitizerType) bool argument
Dsanitize.go74 type SanitizerType int type
85 Asan SanitizerType = iota + 1
96 func (t SanitizerType) variationName() string {
120 func (t SanitizerType) name() string {
143 func (*Module) SanitizerSupported(t SanitizerType) bool { argument
165 func (t SanitizerType) incompatibleWithCfi() 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 {
[all …]
Dsnapshot_prebuilt.go533 isSanitizerEnabled(t SanitizerType) bool argument
534 setSanitizerVariation(t SanitizerType, enabled bool) argument
641 func (p *snapshotLibraryDecorator) isSanitizerEnabled(t SanitizerType) bool {
650 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) {
Dvendor_snapshot.go193 for _, t := range []SanitizerType{scs, Hwasan} {