Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dsanitize.go394 …if s.Cfi == nil && ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == andro…
H A Dlibrary.go1642 if ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == android.Arm64 {
/aosp12/build/soong/android/
H A Dconfig.go1258 func (c *config) CFIEnabledForPath(path string) bool { func