Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DConstString.cpp62 GetMangledCounterpart (const char *ccstr) const in GetMangledCounterpart() function in Pool
319 ConstString::GetMangledCounterpart (ConstString &counterpart) const in GetMangledCounterpart() function in ConstString
321 counterpart.m_string = StringPool().GetMangledCounterpart(m_string); in GetMangledCounterpart()
DMangled.cpp198 if (!m_mangled.GetMangledCounterpart(m_demangled)) in GetDemangledName()
/external/lldb/include/lldb/Core/
DConstString.h425 GetMangledCounterpart (ConstString &counterpart) const;