Home
last modified time | relevance | path

Searched refs:getAbbrevDWOSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFContext.h195 virtual StringRef getAbbrevDWOSection() = 0;
272 StringRef getAbbrevDWOSection() override { return AbbrevDWOSection; } in getAbbrevDWOSection() function
DDWARFContext.cpp236 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()