Home
last modified time | relevance | path

Searched refs:DWARFTypeUnit (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, in extractImpl()
25 void DWARFTypeUnit::dump(raw_ostream &OS) { in dump()
DCMakeLists.txt16 DWARFTypeUnit.cpp
DAndroid.mk18 DWARFTypeUnit.cpp \
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFTypeUnit.h17 class DWARFTypeUnit : public DWARFUnit {
22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() function
DDWARFContext.h43 std::vector<DWARFUnitSection<DWARFTypeUnit>> TUs;
54 std::vector<DWARFUnitSection<DWARFTypeUnit>> DWOTUs;
87 typedef DWARFUnitSection<DWARFTypeUnit>::iterator_range tu_iterator_range;
88 …typedef iterator_range<std::vector<DWARFUnitSection<DWARFTypeUnit>>::iterator> tu_section_iterator…