Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp206 const char *DWARFDIE::GetPubname() const { in GetPubname() function in DWARFDIE
208 return m_die->GetPubname(m_cu); in GetPubname()
243 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.h101 const char *GetPubname(const DWARFUnit *cu) const;
H A DDWARFDebugInfoEntry.cpp691 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { in GetPubname() function in DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp3957 function_die.GetPubname()); in CollectCallEdges()
3999 function_die.GetPubname()); in CollectCallEdges()
4070 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()