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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h29 const char *GetPubname() const;
H A DDWARFDIE.cpp171 const char *DWARFDIE::GetPubname() const { function in class:DWARFDIE
173 return m_die->GetPubname(m_cu);
215 if (const char *name = GetPubname()) {
374 {CompilerContextKind::Function, ConstString(GetPubname())});
378 {CompilerContextKind::Variable, ConstString(GetPubname())});
H A DDWARFDebugInfoEntry.h102 const char *GetPubname(const DWARFUnit *cu) const;
H A DDWARFDebugInfoEntry.cpp801 // GetPubname
805 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { function in class:DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp3819 function_die.GetPubname());
3852 function_die.GetPubname());
3892 call_origin->GetPubname(), return_pc);

Completed in 170 milliseconds