Home
last modified time | relevance | path

Searched refs:DWARFListTableBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h146 template <typename DWARFListType> class DWARFListTableBase {
156 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase() function
201 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, in extract()
251 void DWARFListTableBase<DWARFListType>::dump( in dump()
279 DWARFListTableBase<DWARFListType>::findList(DWARFDataExtractor Data, in findList()
H A DDWARFDebugRnglists.h63 class DWARFDebugRnglistTable : public DWARFListTableBase<DWARFDebugRnglist> {
66 : DWARFListTableBase(/* SectionName = */ ".debug_rnglists", in DWARFDebugRnglistTable()