Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DConstString.cpp80 StringPoolValueType GetMangledCounterpart(const char *ccstr) const { in GetMangledCounterpart() function in Pool
315 bool ConstString::GetMangledCounterpart(ConstString &counterpart) const { in GetMangledCounterpart() function in ConstString
316 counterpart.m_string = StringPool().GetMangledCounterpart(m_string); in GetMangledCounterpart()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DMangled.cpp222 if (!m_demangled && !m_mangled.GetMangledCounterpart(m_demangled)) { in GetRichManglingInfo()
266 !m_mangled.GetMangledCounterpart(m_demangled)) { in GetDemangledName()
483 if (!(m_mangled.GetMangledCounterpart(s) && s == m_demangled)) in Encode()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h362 bool GetMangledCounterpart(ConstString &counterpart) const;