Home
last modified time | relevance | path

Searched refs:DWARFUnitIndex (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp17 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 …]
DDWARFUnit.cpp28 DWARFUnitIndex *Index) { in parseDWO()
39 const DWARFUnitIndex::Entry *IndexEntry) in DWARFUnit()
399 const DWARFUnitIndex &getDWARFUnitIndex(DWARFContext &Context, in getDWARFUnitIndex()
DCMakeLists.txt17 DWARFUnitIndex.cpp
DDWARFContext.cpp276 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()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h32 class DWARFUnitIndex {
52 const DWARFUnitIndex *Index;
55 friend class DWARFUnitIndex; variable
79 DWARFUnitIndex(DWARFSectionKind InfoColumnKind) in DWARFUnitIndex() function
DDWARFUnit.h44 DWARFUnitIndex *Index = nullptr);
55 const DWARFUnitIndex &getDWARFUnitIndex(DWARFContext &Context,
139 const DWARFUnitIndex::Entry *IndexEntry;
151 const DWARFUnitIndex::Entry *IndexEntry = nullptr);
DDWARFContext.h43 std::unique_ptr<DWARFUnitIndex> CUIndex;
44 std::unique_ptr<DWARFUnitIndex> TUIndex;
151 const DWARFUnitIndex &getCUIndex();
152 const DWARFUnitIndex &getTUIndex();
DDWARFCompileUnit.h23 const DWARFUnitIndex::Entry *Entry) in DWARFCompileUnit()
DDWARFTypeUnit.h26 const DWARFUnitIndex::Entry *Entry) in DWARFTypeUnit()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp184 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()