Searched refs:DWARFTypeUnit (Results 1 – 5 of 5) sorted by relevance
16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, in extractImpl()25 void DWARFTypeUnit::dump(raw_ostream &OS) { in dump()
17 class DWARFTypeUnit : public DWARFUnit {22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, in DWARFTypeUnit() function
32 SmallVector<DWARFTypeUnit *, 1> TUs;99 DWARFTypeUnit *getTypeUnitAtIndex(unsigned index) { in getTypeUnitAtIndex()
307 OwningPtr<DWARFTypeUnit> TU(new DWARFTypeUnit( in parseTypeUnits()
21 DWARFTypeUnit.cpp \