Searched refs:getDebugAbbrev (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp24 auto AbbrevSetPtr = DCtx.getDebugAbbrev();
219 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h275 const DWARFDebugAbbrev *getDebugAbbrev();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp133 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset))
283 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev());
317 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(),
331 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(),
H A DDWARFUnit.cpp39 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(),
H A DDWARFContext.cpp377 getDebugAbbrev()->dump(OS);
778 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { function in class:DWARFContext

Completed in 202 milliseconds