Home
last modified time | relevance | path

Searched refs:getDebugAbbrevDWO (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h75 virtual const DWARFDebugAbbrev *getDebugAbbrevDWO() = 0;
307 const DWARFDebugAbbrev *getDebugAbbrevDWO();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp317 const DWARFDebugAbbrev *getDebugAbbrevDWO() override { in getDebugAbbrevDWO() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
648 const DWARFDebugAbbrev *getDebugAbbrevDWO() override { in getDebugAbbrevDWO() function in __anonfc0a132e0411::ThreadSafeState
650 return ThreadUnsafeDWARFContextState::getDebugAbbrevDWO(); in getDebugAbbrevDWO()
1019 getDebugAbbrevDWO()->dump(OS); in dump()
1427 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
1428 return State->getDebugAbbrevDWO(); in getDebugAbbrevDWO()
H A DDWARFUnit.cpp58 addUnitsImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangesDWOSection(), in addUnitsForDWOSection()
H A DDWARFVerifier.cpp412 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()