Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h180 virtual StringRef getAbbrevSection() = 0;
264 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection() function
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp257 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()