Home
last modified time | relevance | path

Searched defs:GetMangled (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbol.h146 Mangled &GetMangled() { in GetMangled() function
151 const Mangled &GetMangled() const { in GetMangled() function
HDFunction.h528 const Mangled &GetMangled() const { return m_mangled; } in GetMangled() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDFunction.cpp114 Mangled &InlineFunctionInfo::GetMangled() { return m_mangled; } in GetMangled() function in InlineFunctionInfo
116 const Mangled &InlineFunctionInfo::GetMangled() const { return m_mangled; } in GetMangled() function in InlineFunctionInfo