Searched refs:getDebugAbbrevDWO (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 261 const DWARFDebugAbbrev *getDebugAbbrevDWO();
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 281 const DWARFDebugAbbrev *getDebugAbbrevDWO();
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 161 const DWARFDebugAbbrev *getDebugAbbrevDWO();
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 29 parseImpl(C, DWOSection, C.getDebugAbbrevDWO(), C.getRangeDWOSection(), in parseDWO()
|
D | DWARFContext.cpp | 85 if (const DWARFDebugAbbrev *D = getDebugAbbrevDWO()) { in dump() 309 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 357 getDebugAbbrevDWO()->dump(OS); in dump() 740 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
|
D | DWARFUnit.cpp | 52 addUnitsImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangesDWOSection(), in addUnitsForDWOSection()
|
D | DWARFVerifier.cpp | 276 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 51 addUnitsImpl(C, D, DWOSection, C.getDebugAbbrevDWO(), &D.getRangesDWOSection(), in addUnitsForDWOSection()
|
D | DWARFContext.cpp | 380 getDebugAbbrevDWO()->dump(OS); in dump() 789 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() function in DWARFContext
|
D | DWARFVerifier.cpp | 285 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
|