Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp128 static std::string unescapeQuotedString(StringRef Value) { in unescapeQuotedString() function
179 unescapeQuotedString(String.drop_front(PrefixLength))); in lexName()
535 .setOwnedStringValue(unescapeQuotedString(String)); in maybeLexMCSymbol()