HomeSort by relevance Sort by last modified time
    Searched refs:getAbbrevSection (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFContext.h 74 virtual StringRef getAbbrevSection() = 0;
110 virtual StringRef getAbbrevSection() { return AbbrevSection; }
DWARFCompileUnit.cpp 39 bool abbrOffsetOK = Context.getAbbrevSection().size() > abbrOffset;
DWARFContext.cpp 61 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0);

Completed in 355 milliseconds