Home
last modified time | relevance | path

Searched refs:getAbbrevSection (Results 1 – 8 of 8) 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
DDWARFCompileUnit.cpp39 bool abbrOffsetOK = Context.getAbbrevSection().size() > abbrOffset; in extract()
DDWARFContext.cpp61 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h194 virtual StringRef getAbbrevSection() = 0;
286 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h39 virtual StringRef getAbbrevSection() const { return ""; } in getAbbrevSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp337 DObj->getAbbrevSection())) in dump()
671 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()
1538 StringRef getAbbrevSection() const override { return AbbrevSection; } in getAbbrevSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFVerifier.cpp239 bool noDebugAbbrev = DObj.getAbbrevSection().empty(); in handleDebugAbbrev()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp302 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()