Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DDwarf.h37 llvm::StringRef getAbbrevSection() const override { return abbrevSection; } in getAbbrevSection() function
/external/llvm-project/lld/ELF/
DDWARF.h72 StringRef getAbbrevSection() const override { return abbrevSection; } in getAbbrevSection() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h194 virtual StringRef getAbbrevSection() = 0;
286 StringRef getAbbrevSection() override { return AbbrevSection; } in getAbbrevSection() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h39 virtual StringRef getAbbrevSection() const { return ""; } in getAbbrevSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFObject.h39 virtual StringRef getAbbrevSection() const { return ""; } in getAbbrevSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp353 DObj->getAbbrevSection())) in dump()
733 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()
1834 StringRef getAbbrevSection() const override { return AbbrevSection; } in getAbbrevSection() function in __anonb929a5320d11::DWARFObjInMemory
DDWARFVerifier.cpp273 if (!DObj.getAbbrevSection().empty()) in handleDebugAbbrev()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp376 DObj->getAbbrevSection())) in dump()
782 DataExtractor abbrData(DObj->getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()
1896 StringRef getAbbrevSection() const override { return AbbrevSection; } in getAbbrevSection() function in __anon7fa3c61e0f11::DWARFObjInMemory
DDWARFVerifier.cpp282 if (!DObj.getAbbrevSection().empty()) in handleDebugAbbrev()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp302 DataExtractor abbrData(getAbbrevSection(), isLittleEndian(), 0); in getDebugAbbrev()