Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDwarf.h36 llvm::StringRef getAbbrevSection() const override { return abbrevSection; } in getAbbrevSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.h71 StringRef getAbbrevSection() const override { return abbrevSection; } in getAbbrevSection() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h40 virtual StringRef getAbbrevSection() const { return ""; } in getAbbrevSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp366 DataExtractor Data(D.getDWARFObj().getAbbrevSection(), in getDebugAbbrev()
1015 DObj->getAbbrevSection())) in dump()
2381 StringRef getAbbrevSection() const override { return AbbrevSection; } in getAbbrevSection() function in __anonfc0a132e1211::DWARFObjInMemory
H A DDWARFVerifier.cpp409 if (!DObj.getAbbrevSection().empty()) in handleDebugAbbrev()