HomeSort by: relevance | last modified time | path
    Searched refs:getAbbrevSection (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFObject.h 39 virtual StringRef getAbbrevSection() const { return ""; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 376 DObj->getAbbrevSection()))
782 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0);
1908 StringRef getAbbrevSection() const override { return AbbrevSection; }
DWARFVerifier.cpp 282 if (!DObj.getAbbrevSection().empty())

Completed in 41 milliseconds