Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1353 static std::string altMacroString(StringRef AltMacroStr) { in altMacroString() argument
1355 for (size_t Pos = 0; Pos < AltMacroStr.size(); Pos++) { in altMacroString()
1356 if (AltMacroStr[Pos] == '!') in altMacroString()
1358 Res += AltMacroStr[Pos]; in altMacroString()