Home
last modified time | relevance | path

Searched refs:getAbbrevDWOSection (Results 1 – 8 of 8) 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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h63 virtual StringRef getAbbrevDWOSection() const { return ""; } in getAbbrevDWOSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h61 virtual StringRef getAbbrevDWOSection() const { return ""; } in getAbbrevDWOSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp356 DObj->getAbbrevDWOSection())) in dump()
744 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()
1791 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; } in getAbbrevDWOSection() function in __anonb929a5320d11::DWARFObjInMemory
DDWARFVerifier.cpp275 if (!DObj.getAbbrevDWOSection().empty()) in handleDebugAbbrev()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp379 DObj->getAbbrevDWOSection())) in dump()
793 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()
1853 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; } in getAbbrevDWOSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
DDWARFVerifier.cpp284 if (!DObj.getAbbrevDWOSection().empty()) in handleDebugAbbrev()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp313 DataExtractor abbrData(getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()