Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DDemangle.h95 char *getFunctionBaseName(char *Buf, size_t *N) const;
/llvm-project-15.0.7/lldb/source/Core/
H A DRichManglingContext.cpp117 auto buf = m_ipd.getFunctionBaseName(m_ipd_buf, &n); in ParseFunctionBaseName()
/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DPartialDemangleTest.cpp75 Buf = D.getFunctionBaseName(Buf, &Size); in TEST()
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp440 char *ItaniumPartialDemangler::getFunctionBaseName(char *Buf, size_t *N) const { in getFunctionBaseName() function in ItaniumPartialDemangler
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1219 name_buf = D.getFunctionBaseName(nullptr, nullptr); in ParseSubroutine()