Home
last modified time | relevance | path

Searched refs:GetDIENamesAndRanges (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h100 bool GetDIENamesAndRanges(
H A DDWARFDIE.cpp502 bool DWARFDIE::GetDIENamesAndRanges( in GetDIENamesAndRanges() function in DWARFDIE
509 return m_die->GetDIENamesAndRanges( in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h109 bool GetDIENamesAndRanges(DWARFUnit *cu, const char *&name,
H A DDWARFDebugInfoEntry.cpp121 bool DWARFDebugInfoEntry::GetDIENamesAndRanges( in GetDIENamesAndRanges() function in DWARFDebugInfoEntry
283 die.GetDIE()->GetDIENamesAndRanges(die.GetCU(), name, mangled, ranges, in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp2461 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()
H A DSymbolFileDWARF.cpp1364 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive()