Home
last modified time | relevance | path

Searched refs:RegexName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/DataFormatter/
H A DFormattersContainerTest.cpp47 TEST(TypeMatcherTests, RegexName) { in TEST() argument
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp245 const std::string RegexName = (Twine("^") + StringRef(Name) + "$").str(); in hasNameRegex() local
246 Regex MatchName(RegexName); in hasNameRegex()
255 const std::string RegexName = (Twine("^") + StringRef(Name) + "$").str(); in hasRestoredNameRegex() local
256 Regex MatchName(RegexName); in hasRestoredNameRegex()