Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/DataFormatter/
H A DFormattersContainerTest.cpp55 TEST(TypeMatcherTests, RegexName) { in TEST() argument
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp251 const std::string RegexName = (Twine("^") + StringRef(Name) + "$").str(); hasNameRegex() local
259 const std::string RegexName = (Twine("^") + StringRef(Name) + "$").str(); hasRestoredNameRegex() local