Lines Matching refs:InlineFunctionInfo
66 InlineFunctionInfo::InlineFunctionInfo(const char *name, const char *mangled, in InlineFunctionInfo() function in InlineFunctionInfo
72 InlineFunctionInfo::InlineFunctionInfo(const ConstString &name, in InlineFunctionInfo() function in InlineFunctionInfo
79 InlineFunctionInfo::~InlineFunctionInfo() {} in ~InlineFunctionInfo()
81 int InlineFunctionInfo::Compare(const InlineFunctionInfo &a, in Compare()
82 const InlineFunctionInfo &b) { in Compare()
91 void InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump()
97 void InlineFunctionInfo::DumpStopContext(Stream *s, in DumpStopContext()
107 ConstString InlineFunctionInfo::GetName(LanguageType language) const { in GetName()
113 ConstString InlineFunctionInfo::GetDisplayName(LanguageType language) const { in GetDisplayName()
119 Declaration &InlineFunctionInfo::GetCallSite() { return m_call_decl; } in GetCallSite()
121 const Declaration &InlineFunctionInfo::GetCallSite() const { in GetCallSite()
125 Mangled &InlineFunctionInfo::GetMangled() { return m_mangled; } in GetMangled()
127 const Mangled &InlineFunctionInfo::GetMangled() const { return m_mangled; } in GetMangled()
129 size_t InlineFunctionInfo::MemorySize() const { in MemorySize()