Searched refs:NameRegex (Results 1 – 3 of 3) sorted by relevance
58 bool BinaryData::hasNameRegex(StringRef NameRegex) const { in hasNameRegex()59 Regex MatchName(NameRegex); in hasNameRegex()
486 std::string NameRegex = Twine(NamePrefix, "\\.cold(\\.[0-9]+)?").str(); in isPotentialFragmentByName() local487 if (Fragment.hasRestoredNameRegex(NameRegex)) in isPotentialFragmentByName()
1001 Optional<StringRef> hasNameRegex(const StringRef NameRegex) const;1005 Optional<StringRef> hasRestoredNameRegex(const StringRef NameRegex) const;