Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDDemangle.h73 char *getFunctionBaseName(char *Buf, size_t *N) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDRichManglingContext.cpp124 auto buf = m_ipd.getFunctionBaseName(m_ipd_buf, &n); in ParseFunctionBaseName()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
HDItaniumDemangle.cpp400 char *ItaniumPartialDemangler::getFunctionBaseName(char *Buf, size_t *N) const { in getFunctionBaseName() function in ItaniumPartialDemangler