Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp126 static std::string unescapeQuotedString(StringRef Value) { in unescapeQuotedString() function
177 unescapeQuotedString(String.drop_front(PrefixLength))); in lexName()
548 .setOwnedStringValue(unescapeQuotedString(String)); in maybeLexMCSymbol()