Home
last modified time | relevance | path

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

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