Home
last modified time | relevance | path

Searched refs:GetMangledCounterpart (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp54 StringPoolValueType GetMangledCounterpart(const char *ccstr) const { in GetMangledCounterpart() function in Pool
311 bool ConstString::GetMangledCounterpart(ConstString &counterpart) const { in GetMangledCounterpart() function in ConstString
312 counterpart.m_string = StringPool().GetMangledCounterpart(m_string); in GetMangledCounterpart()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp335 if (!m_demangled && !m_mangled.GetMangledCounterpart(m_demangled)) { in DemangleWithRichManglingInfo()
380 !m_mangled.GetMangledCounterpart(m_demangled)) { in GetDemangledName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConstString.h413 bool GetMangledCounterpart(ConstString &counterpart) const;