Home
last modified time | relevance | path

Searched refs:hasRestoredNameRegex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1005 Optional<StringRef> hasRestoredNameRegex(const StringRef NameRegex) const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp487 if (Fragment.hasRestoredNameRegex(NameRegex)) in isPotentialFragmentByName()
H A DBinaryFunction.cpp254 BinaryFunction::hasRestoredNameRegex(const StringRef Name) const { in hasRestoredNameRegex() function in llvm::bolt::BinaryFunction
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1436 Function.hasRestoredNameRegex(".*\\.cold(\\.[0-9]+)?"); in adjustFunctionBoundaries()