Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2335 llvm::StringMap<bool> CallerFeatureMap; in hasRequiredFeatures() local
2336 CGM.getFunctionFeatureMap(CallerFeatureMap, GlobalDecl().getWithDecl(FD)); in hasRequiredFeatures()
2345 if (!CallerFeatureMap.lookup(Feature)) { in hasRequiredFeatures()