Lines Matching defs:InlineFunctionInfo
65 InlineFunctionInfo::InlineFunctionInfo(const char *name,
72 InlineFunctionInfo::InlineFunctionInfo(ConstString name,
79 InlineFunctionInfo::~InlineFunctionInfo() = default;
81 void InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const {
87 void InlineFunctionInfo::DumpStopContext(Stream *s) const {
96 ConstString InlineFunctionInfo::GetName() const {
102 ConstString InlineFunctionInfo::GetDisplayName() const {
108 Declaration &InlineFunctionInfo::GetCallSite() { return m_call_decl; }
110 const Declaration &InlineFunctionInfo::GetCallSite() const {
114 Mangled &InlineFunctionInfo::GetMangled() { return m_mangled; }
116 const Mangled &InlineFunctionInfo::GetMangled() const { return m_mangled; }
118 size_t InlineFunctionInfo::MemorySize() const {