Searched refs:getAbbrevSection (Results 1 – 8 of 8) sorted by relevance
74 virtual StringRef getAbbrevSection() = 0;110 virtual StringRef getAbbrevSection() { return AbbrevSection; } in getAbbrevSection() function
39 bool abbrOffsetOK = Context.getAbbrevSection().size() > abbrOffset; in extract()
61 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()
194 virtual StringRef getAbbrevSection() = 0;286 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection() function
39 virtual StringRef getAbbrevSection() const { return ""; } in getAbbrevSection() function
337 DObj->getAbbrevSection())) in dump()671 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()1538 StringRef getAbbrevSection() const override { return AbbrevSection; } in getAbbrevSection() function in __anonddd817f10c11::DWARFObjInMemory
239 bool noDebugAbbrev = DObj.getAbbrevSection().empty(); in handleDebugAbbrev()
302 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()