Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h139 template <typename DWARFListType> class DWARFListTableBase {
149 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase() function
192 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, in extract()
242 void DWARFListTableBase<DWARFListType>::dump( in dump()
270 DWARFListTableBase<DWARFListType>::findList(DWARFDataExtractor Data, in findList()
DDWARFDebugRnglists.h60 class DWARFDebugRnglistTable : public DWARFListTableBase<DWARFDebugRnglist> {
63 : DWARFListTableBase(/* SectionName = */ ".debug_rnglists", in DWARFDebugRnglistTable()