Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DDemangle.cpp22 static bool isRustEncoding(const char *S) { return S[0] == '_' && S[1] == 'R'; } in isRustEncoding() function
53 else if (isRustEncoding(MangledName)) in nonMicrosoftDemangle()