Home
last modified time | relevance | path

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

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