Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dsanitize.go1681 type sanitizerStaticLibsMap struct { struct
1684 libsMap map[ImageVariantType]map[string][]string
1685 libsMapLock sync.Mutex
1686 sanitizerType SanitizerType
1698 func (s *sanitizerStaticLibsMap) add(c LinkableInterface, name string) {
1717 func (s *sanitizerStaticLibsMap) exportToMake(ctx android.MakeVarsContext) {