Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DDemangle.h59 char *getFunctionBaseName(char *Buf, size_t *N) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DRichManglingContext.cpp127 auto buf = m_ipd.getFunctionBaseName(m_ipd_buf, &n); in ParseFunctionBaseName()
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DItaniumDemangle.cpp399 char *ItaniumPartialDemangler::getFunctionBaseName(char *Buf, size_t *N) const { in getFunctionBaseName() function in ItaniumPartialDemangler