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

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp80 StringPoolValueType GetMangledCounterpart(const char *ccstr) const { function in class:Pool
315 bool ConstString::GetMangledCounterpart(ConstString &counterpart) const { function in class:ConstString
316 counterpart.m_string = StringPool().GetMangledCounterpart(m_string);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp224 if (!m_demangled && !m_mangled.GetMangledCounterpart(m_demangled)) {
269 !m_mangled.GetMangledCounterpart(m_demangled)) {
490 if (!(m_mangled.GetMangledCounterpart(s) && s == m_demangled))
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h352 bool GetMangledCounterpart(ConstString &counterpart) const;

Completed in 124 milliseconds