Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h74 virtual StringRef getAbbrevSection() = 0;
110 virtual StringRef getAbbrevSection() { return AbbrevSection; } in getAbbrevSection() function
DDWARFContext.cpp61 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()
DDWARFCompileUnit.cpp39 bool abbrOffsetOK = Context.getAbbrevSection().size() > abbrOffset; in extract()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h194 virtual StringRef getAbbrevSection() = 0;
286 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp302 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()