Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFObject.h64 virtual StringRef getAbbrevDWOSection() const { return ""; } in getAbbrevDWOSection() function
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp382 DObj->getAbbrevDWOSection())) in dump()
900 DataExtractor abbrData(DObj->getAbbrevDWOSection(), isLittleEndian(), 0); in getDebugAbbrevDWO()
1964 StringRef getAbbrevDWOSection() const override { return AbbrevDWOSection; } in getAbbrevDWOSection() function in __anonda3bf7bb1011::DWARFObjInMemory
H A DDWARFVerifier.cpp329 if (!DObj.getAbbrevDWOSection().empty()) in handleDebugAbbrev()