Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h98 char *getFunctionBaseName(char *Buf, size_t *N) const;
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp117 auto buf = m_ipd.getFunctionBaseName(m_ipd_buf, &n); in ParseFunctionBaseName()
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp424 char *ItaniumPartialDemangler::getFunctionBaseName(char *Buf, size_t *N) const { in getFunctionBaseName() function in ItaniumPartialDemangler
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1299 name_buf = D.getFunctionBaseName(nullptr, nullptr); in ParseSubroutine()