Searched refs:getAbbrevDWOSection (Results 1 – 2 of 2) sorted by relevance
206 virtual StringRef getAbbrevDWOSection() = 0;302 StringRef getAbbrevDWOSection() override { return AbbrevDWOSection; } in getAbbrevDWOSection() function
306 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()