Home
last modified time | relevance | path

Searched refs:GetDebugSection (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DNameToDIE.cpp54 unit.GetDebugSection() == die_ref.section() && in FindAllEntriesForUnit()
DDWARFBaseDIE.cpp25 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), in GetDIERef()
DDWARFDebugInfo.cpp134 return lhs < std::make_pair(rhs->GetDebugSection(), rhs->GetOffset()); in FindUnitIndex()
DDWARFUnit.h217 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection() function