Searched refs:DWARFGdbIndex (Results 1 – 5 of 5) sorted by relevance
27 void DWARFGdbIndex::dumpCUList(raw_ostream &OS) const { in dumpCUList()37 void DWARFGdbIndex::dumpTUList(raw_ostream &OS) const { in dumpTUList()47 void DWARFGdbIndex::dumpAddressArea(raw_ostream &OS) const { in dumpAddressArea()58 void DWARFGdbIndex::dumpSymbolTable(raw_ostream &OS) const { in dumpSymbolTable()87 void DWARFGdbIndex::dumpConstantPool(raw_ostream &OS) const { in dumpConstantPool()99 void DWARFGdbIndex::dump(raw_ostream &OS) { in dump()115 bool DWARFGdbIndex::parseImpl(DataExtractor Data) { in parseImpl()198 void DWARFGdbIndex::parse(DataExtractor Data) { in parse()
256 std::unique_ptr<DWARFGdbIndex> GdbIndex;354 DWARFGdbIndex &getGdbIndex() override { in getGdbIndex()359 GdbIndex = std::make_unique<DWARFGdbIndex>(); in getGdbIndex()661 DWARFGdbIndex &getGdbIndex() override { in getGdbIndex()1424 DWARFGdbIndex &DWARFContext::getGdbIndex() { in getGdbIndex()
41 class DWARFGdbIndex; variable77 virtual DWARFGdbIndex &getGdbIndex() = 0;291 DWARFGdbIndex &getGdbIndex();
22 class DWARFGdbIndex {
573 SRCS_MIW+= DebugInfo/DWARF/DWARFGdbIndex.cpp