Searched refs:getAbbrevSection (Results 1 – 5 of 5) sorted by relevance
74 virtual StringRef getAbbrevSection() = 0;110 virtual StringRef getAbbrevSection() { return AbbrevSection; } in getAbbrevSection() function
61 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()
39 bool abbrOffsetOK = Context.getAbbrevSection().size() > abbrOffset; in extract()
194 virtual StringRef getAbbrevSection() = 0;286 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection() function
302 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()