Searched refs:GetDebugSection (Results 1 – 4 of 4) sorted by relevance
54 unit.GetDebugSection() == die_ref.section() && in FindAllEntriesForUnit()
25 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), in GetDIERef()
134 return lhs < std::make_pair(rhs->GetDebugSection(), rhs->GetOffset()); in FindUnitIndex()
217 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection() function