Home
last modified time | relevance | path

Searched refs:GetPubname (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp219 const char *DWARFDIE::GetPubname() const { in GetPubname() function in DWARFDIE
221 return m_die->GetPubname(m_cu); in GetPubname()
256 if (const char *name = GetPubname()) { in AppendTypeName()
H A DDWARFDIE.h34 const char *GetPubname() const;
H A DDWARFDebugInfoEntry.h123 const char *GetPubname(const DWARFUnit *cu) const;
H A DDWARFDebugInfoEntry.cpp593 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { in GetPubname() function in DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp3967 function_die.GetPubname()); in CollectCallEdges()
4007 function_die.GetPubname()); in CollectCallEdges()
4078 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()