Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp211 const char *DWARFDIE::GetPubname() const { in GetPubname() function in DWARFDIE
213 return m_die->GetPubname(m_cu); in GetPubname()
255 if (const char *name = GetPubname()) { in AppendTypeName()
405 {CompilerContextKind::Function, ConstString(GetPubname())}); in GetDeclContext()
409 {CompilerContextKind::Variable, ConstString(GetPubname())}); in GetDeclContext()
H A DDWARFDIE.h31 const char *GetPubname() const;
H A DDWARFDebugInfoEntry.h96 const char *GetPubname(const DWARFUnit *cu) const;
H A DDWARFDebugInfoEntry.cpp674 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { in GetPubname() function in DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp3822 function_die.GetPubname()); in CollectCallEdges()
3864 function_die.GetPubname()); in CollectCallEdges()
3935 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()