Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go1180 func (c *config) CFIEnabledForPath(path string) bool { func
/build/soong/cc/
Dsanitize.go305 …if s.Cfi == nil && ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == andro…
Dlibrary.go1234 if ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == android.Arm64 {