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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h78 virtual const DWARFDebugAbbrev *getDebugAbbrev() = 0;
295 const DWARFDebugAbbrev *getDebugAbbrev();
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp363 const DWARFDebugAbbrev *getDebugAbbrev() override {
664 const DWARFDebugAbbrev *getDebugAbbrev() override {
666 return ThreadUnsafeDWARFContextState::getDebugAbbrev();
1019 getDebugAbbrev()->dump(OS);
1426 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { function in class:DWARFContext
1427 return State->getDebugAbbrev();
H A DDWARFVerifier.cpp155 DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset);
343 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev());
H A DDWARFUnit.cpp46 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(),

Completed in 183 milliseconds