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.cpp208 const char *DWARFDIE::GetPubname() const { in GetPubname() function in DWARFDIE
210 return m_die->GetPubname(m_cu); in GetPubname()
245 if (const char *name = GetPubname()) { in AppendTypeName()
411 push_ctx(CompilerContextKind::Variable, die.GetPubname()); in GetDeclContextImpl()
468 push_ctx(CompilerContextKind::Variable, die.GetPubname()); in GetTypeLookupContextImpl()
H A DDWARFDIE.h33 const char *GetPubname() const;
H A DDWARFDebugInfoEntry.h107 const char *GetPubname(const DWARFUnit *cu) const;
H A DDWARFDebugInfoEntry.cpp573 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { in GetPubname() function in DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp4053 function_die.GetPubname()); in CollectCallEdges()
4093 function_die.GetPubname()); in CollectCallEdges()
4164 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()