Searched refs:getStringDWOSection (Results 1 – 3 of 3) sorted by relevance
214 virtual StringRef getStringDWOSection() = 0;312 StringRef getStringDWOSection() override { return StringDWOSection; } in getStringDWOSection() function
30 C.getStringDWOSection(), C.getStringOffsetDWOSection(), in parseDWO()
205 !getStringDWOSection().empty()) { in dump()207 DataExtractor strDWOData(getStringDWOSection(), isLittleEndian(), 0); in dump()