Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
417 push_ctx(CompilerContextKind::Variable, die.GetPubname()); in GetDeclContextImpl()
467 push_ctx(CompilerContextKind::Variable, GetPubname()); in GetTypeLookupContext()
H A DDWARFDIE.h33 const char *GetPubname() const;
H A DDWARFDebugInfoEntry.h107 const char *GetPubname(const DWARFUnit *cu) const;
H A DDWARFDebugInfoEntry.cpp575 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { in GetPubname() function in DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp4072 function_die.GetPubname()); in CollectCallEdges()
4112 function_die.GetPubname()); in CollectCallEdges()
4183 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()