Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp63 m_cxx_method_parser = lang->GetMethodName(demangled); in FromCxxMethodName()
H A DModule.cpp782 lang->GetMethodName(full_name); in Prune()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h59 GetMethodName(ConstString name) const override;
H A DCPlusPlusLanguage.cpp68 CPlusPlusLanguage::GetMethodName(ConstString full_name) const { in GetMethodName() function in CPlusPlusLanguage
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h307 GetMethodName(ConstString name) const { in GetMethodName() function