Searched refs:toFeatures (Results 1 – 5 of 5) sorted by relevance
72 std::vector<std::string> toFeatures(bool AddAllExtensions = false,
289 llvm::append_range(AllFeatures, (*ParseResult)->toFeatures()); in initFeatureMap()402 (*RII)->toFeatures(/* AddAllExtensions */ true); in handleFullArchString()
45 for (const std::string &Str : (*ISAInfo)->toFeatures(/*AddAllExtension=*/true, in getArchFeatures()
318 Features.addFeaturesVector(ISAInfo->toFeatures()); in getRISCVFeatures()
468 std::vector<std::string> RISCVISAInfo::toFeatures(bool AddAllExtensions, in toFeatures() function in RISCVISAInfo