Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIE.cpp210 const char *DWARFDIE::GetPubname() const { in GetPubname() function in DWARFDIE
212 return m_die->GetPubname(m_cu); in GetPubname()
254 if (const char *name = GetPubname()) { in AppendTypeName()
404 {CompilerContextKind::Function, ConstString(GetPubname())}); in GetDeclContext()
408 {CompilerContextKind::Variable, ConstString(GetPubname())}); in GetDeclContext()
DDWARFDIE.h29 const char *GetPubname() const;
DDWARFDebugInfoEntry.h97 const char *GetPubname(const DWARFUnit *cu) const;
DDWARFDebugInfoEntry.cpp669 const char *DWARFDebugInfoEntry::GetPubname(const DWARFUnit *cu) const { in GetPubname() function in DWARFDebugInfoEntry
DSymbolFileDWARF.cpp3662 function_die.GetPubname()); in CollectCallEdges()
3705 function_die.GetPubname()); in CollectCallEdges()
3776 call_origin->GetPubname(), return_pc, call_inst_pc); in CollectCallEdges()