Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2459 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local
2460 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2469 TargetFeatures TF(CallerFeatureMap); in checkTargetFeatures()
2496 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()
H A DCodeGenFunction.h4761 const llvm::StringMap<bool> &CallerFeatureMap;
4787 : CallerFeatureMap.lookup(F);
4800 CallerFeatureMap.lookup(FeatureList.substr(SubexpressionStart));
4812 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap)
4813 : CallerFeatureMap(CallerFeatureMap) {}