Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFBaseDIE.cpp26 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), in GetDIERef()
DNameToDIE.cpp59 ns_unit.GetDebugSection() == die_ref.section() && in FindAllEntriesForUnit()
DDWARFDebugInfo.cpp135 return lhs < std::make_pair(rhs->GetDebugSection(), rhs->GetOffset()); in FindUnitIndex()
DDWARFUnit.h222 DIERef::Section GetDebugSection() const { return m_section; } in GetDebugSection() function