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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFObject.h 63 virtual StringRef getAbbrevDWOSection() const { return ""; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 379 DObj->getAbbrevDWOSection()))
793 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0);
1865 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; }
DWARFVerifier.cpp 284 if (!DObj.getAbbrevDWOSection().empty())

Completed in 19 milliseconds