Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h211 virtual StringRef getAbbrevDWOSection() = 0;
309 StringRef getAbbrevDWOSection() override { return AbbrevDWOSection; } in getAbbrevDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h58 virtual StringRef getAbbrevDWOSection() const { return ""; } in getAbbrevDWOSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp340 DObj->getAbbrevDWOSection())) in dump()
682 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()
1500 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; } in getAbbrevDWOSection() function in __anonddd817f10c11::DWARFObjInMemory
DDWARFVerifier.cpp240 bool noDebugAbbrevDWO = DObj.getAbbrevDWOSection().empty(); in handleDebugAbbrev()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp313 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()