Searched refs:CFIEnabledForPath (Results 1 – 3 of 3) sorted by relevance
394 …if s.Cfi == nil && ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == andro…
1642 if ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == android.Arm64 {
1258 func (c *config) CFIEnabledForPath(path string) bool { func