Searched refs:getAbbrevSection (Results 1 – 2 of 2) sorted by relevance
178 virtual StringRef getAbbrevSection() = 0;253 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection() function
225 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()