Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h173 virtual StringRef getAbbrevSection() = 0;
256 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp255 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()