Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h99 bool GetDIENamesAndRanges(
H A DDWARFDIE.cpp577 bool DWARFDIE::GetDIENamesAndRanges( in GetDIENamesAndRanges() function in DWARFDIE
584 return m_die->GetDIENamesAndRanges( in GetDIENamesAndRanges()
H A DDWARFDebugInfoEntry.h109 bool GetDIENamesAndRanges(DWARFUnit *cu, const char *&name,
H A DDWARFDebugInfoEntry.cpp119 bool DWARFDebugInfoEntry::GetDIENamesAndRanges( in GetDIENamesAndRanges() function in DWARFDebugInfoEntry
281 die.GetDIE()->GetDIENamesAndRanges(die.GetCU(), name, mangled, ranges, in GetDIENamesAndRanges()
H A DDWARFASTParserClang.cpp2391 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()
H A DSymbolFileDWARF.cpp1371 if (die.GetDIENamesAndRanges(name, mangled_name, ranges, decl_file, in ParseBlocksRecursive()