Searched refs:DWARFTypeUnit (Results 1 – 5 of 5) sorted by relevance
26 class DWARFTypeUnit : public DWARFUnit {28 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
21 void DWARFTypeUnit::dump(raw_ostream &OS, DIDumpOptions DumpOpts) { in dump()
87 U = llvm::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl()
326 Unit = TypeUnitVector.addUnit(llvm::make_unique<DWARFTypeUnit>( in verifyUnitSection()
437 SRCS_MIW+= DebugInfo/DWARF/DWARFTypeUnit.cpp