Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryData.cpp58 bool BinaryData::hasNameRegex(StringRef NameRegex) const { in hasNameRegex()
59 Regex MatchName(NameRegex); in hasNameRegex()
H A DBinaryContext.cpp486 std::string NameRegex = Twine(NamePrefix, "\\.cold(\\.[0-9]+)?").str(); in isPotentialFragmentByName() local
487 if (Fragment.hasRestoredNameRegex(NameRegex)) in isPotentialFragmentByName()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1001 Optional<StringRef> hasNameRegex(const StringRef NameRegex) const;
1005 Optional<StringRef> hasRestoredNameRegex(const StringRef NameRegex) const;