Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h131 Mangled &GetMangled() { in GetMangled() function
136 const Mangled &GetMangled() const { in GetMangled() function
H A DFunction.h538 const Mangled &GetMangled() const { return m_mangled; } in GetMangled() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.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