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.h74 virtual const DWARFDebugAbbrev *getDebugAbbrevDWO() = 0;
301 const DWARFDebugAbbrev *getDebugAbbrevDWO();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp319 const DWARFDebugAbbrev *getDebugAbbrevDWO() override { in getDebugAbbrevDWO() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
652 const DWARFDebugAbbrev *getDebugAbbrevDWO() override { in getDebugAbbrevDWO() function in __anonfc0a132e0411::ThreadSafeState
654 return ThreadUnsafeDWARFContextState::getDebugAbbrevDWO(); in getDebugAbbrevDWO()
1023 getDebugAbbrevDWO()->dump(OS); in dump()
1432 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
1433 return State->getDebugAbbrevDWO(); in getDebugAbbrevDWO()
H A DDWARFUnit.cpp58 addUnitsImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangesDWOSection(), in addUnitsForDWOSection()
H A DDWARFVerifier.cpp402 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()