Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DDemangle.cpp47 static bool isDLangEncoding(std::string_view S) { return starts_with(S, "_D"); } in isDLangEncoding() function
64 else if (isDLangEncoding(MangledName)) in nonMicrosoftDemangle()