Home
last modified time | relevance | path

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

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