HomeSort by: relevance | last modified time | path
    Searched refs:CallerFeatureMap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2459 llvm::StringMap<bool> CallerFeatureMap;
2460 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD);
2469 TargetFeatures TF(CallerFeatureMap);
2496 if (!CallerFeatureMap.lookup(Feature)) {
CodeGenFunction.h 4761 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) {}

Completed in 22 milliseconds