Home
last modified time | relevance | path

Searched refs:getDebugAbbrev (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp25 auto AbbrevSetPtr = DCtx.getDebugAbbrev(); in dumpDebugAbbrev()
220 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev(); in dumpDebugInfo()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h282 const DWARFDebugAbbrev *getDebugAbbrev();
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp153 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
329 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
H A DDWARFContext.cpp383 getDebugAbbrev()->dump(OS); in dump()
816 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
H A DDWARFUnit.cpp46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1187 *Unit.getContext().getDebugAbbrev(), in addUnitAbbreviations()