Searched refs:DWARFUnitIndex (Results 1 – 10 of 10) sorted by relevance
17 bool DWARFUnitIndex::Header::parse(DataExtractor IndexData, in parse()28 void DWARFUnitIndex::Header::dump(raw_ostream &OS) const { in dump()32 bool DWARFUnitIndex::parse(DataExtractor IndexData) { in parse()44 bool DWARFUnitIndex::parseImpl(DataExtractor IndexData) { in parseImpl()104 StringRef DWARFUnitIndex::getColumnHeader(DWARFSectionKind DS) { in getColumnHeader()121 void DWARFUnitIndex::dump(raw_ostream &OS) const { in dump()147 const DWARFUnitIndex::Entry::SectionContribution *148 DWARFUnitIndex::Entry::getOffset(DWARFSectionKind Sec) const { in getOffset()155 const DWARFUnitIndex::Entry::SectionContribution *156 DWARFUnitIndex::Entry::getOffset() const { in getOffset()[all …]
28 DWARFUnitIndex *Index) { in parseDWO()39 const DWARFUnitIndex::Entry *IndexEntry) in DWARFUnit()399 const DWARFUnitIndex &getDWARFUnitIndex(DWARFContext &Context, in getDWARFUnitIndex()
17 DWARFUnitIndex.cpp
276 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex()282 CUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_INFO); in getCUIndex()287 const DWARFUnitIndex &DWARFContext::getTUIndex() { in getTUIndex()293 TUIndex = llvm::make_unique<DWARFUnitIndex>(DW_SECT_TYPES); in getTUIndex()
32 class DWARFUnitIndex {52 const DWARFUnitIndex *Index;55 friend class DWARFUnitIndex; variable79 DWARFUnitIndex(DWARFSectionKind InfoColumnKind) in DWARFUnitIndex() function
44 DWARFUnitIndex *Index = nullptr);55 const DWARFUnitIndex &getDWARFUnitIndex(DWARFContext &Context,139 const DWARFUnitIndex::Entry *IndexEntry;151 const DWARFUnitIndex::Entry *IndexEntry = nullptr);
43 std::unique_ptr<DWARFUnitIndex> CUIndex;44 std::unique_ptr<DWARFUnitIndex> TUIndex;151 const DWARFUnitIndex &getCUIndex();152 const DWARFUnitIndex &getTUIndex();
23 const DWARFUnitIndex::Entry *Entry) in DWARFCompileUnit()
26 const DWARFUnitIndex::Entry *Entry) in DWARFTypeUnit()
184 DWARFUnitIndex::Entry::SectionContribution Contributions[8];191 const DWARFUnitIndex::Entry &Entry, in getSubsection()201 const DWARFUnitIndex &TUIndex, MCSection *OutputTypes, StringRef Types, in addAllTypesFromDWP()204 for (const DWARFUnitIndex::Entry &E : TUIndex.getRows()) { in addAllTypesFromDWP()267 uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) { in writeIndexTable()323 &DWARFUnitIndex::Entry::SectionContribution::Offset); in writeIndex()327 &DWARFUnitIndex::Entry::SectionContribution::Length); in writeIndex()544 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write()549 for (const DWARFUnitIndex::Entry &E : CUIndex.getRows()) { in write()579 DWARFUnitIndex TUIndex(DW_SECT_TYPES); in write()