Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h211 virtual StringRef getAbbrevDWOSection() = 0;
309 StringRef getAbbrevDWOSection() override { return AbbrevDWOSection; } in getAbbrevDWOSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp313 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()