Searched refs:CFIDisabledForPath (Results 1 – 2 of 2) sorted by relevance
1251 func (c *config) CFIDisabledForPath(path string) bool { func1262 return HasAnyPrefix(path, c.productVariables.CFIIncludePaths) && !c.CFIDisabledForPath(path)
318 if !ctx.Config().CFIDisabledForPath(ctx.ModuleDir()) {