Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp2259 llvm::StringMap<bool> CallerFeatureMap; in hasRequiredFeatures() local
2260 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in hasRequiredFeatures()
2269 if (!CallerFeatureMap.lookup(Feature)) { in hasRequiredFeatures()