Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h64 virtual StringRef getAbbrevDWOSection() const { return ""; } in getAbbrevDWOSection() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp323 DataExtractor abbrData(DObj.getAbbrevDWOSection(), D.isLittleEndian(), 0); in getDebugAbbrevDWO()
1022 DObj->getAbbrevDWOSection())) in dump()
2338 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; } in getAbbrevDWOSection() function in __anonfc0a132e1211::DWARFObjInMemory
H A DDWARFVerifier.cpp401 if (!DObj.getAbbrevDWOSection().empty()) in handleDebugAbbrev()