Searched refs:getDebugAbbrev (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 24 auto AbbrevSetPtr = DCtx.getDebugAbbrev(); in dumpDebugAbbrev() 219 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev(); in dumpDebugInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 133 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader() 274 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev() 308 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection() 322 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection()
|
D | DWARFContext.cpp | 354 getDebugAbbrev()->dump(OS); in dump() 729 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
|
D | DWARFUnit.cpp | 40 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 133 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader() 283 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev() 317 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection() 331 DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(), in verifyUnitSection()
|
D | DWARFUnit.cpp | 39 addUnitsImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangesSection(), in addUnitsForSection()
|
D | DWARFContext.cpp | 377 getDebugAbbrev()->dump(OS); in dump() 778 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 255 const DWARFDebugAbbrev *getDebugAbbrev();
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 275 const DWARFDebugAbbrev *getDebugAbbrev();
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 155 const DWARFDebugAbbrev *getDebugAbbrev();
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 21 parseImpl(C, Section, C.getDebugAbbrev(), C.getRangeSection(), in parse()
|
D | DWARFContext.cpp | 81 getDebugAbbrev()->dump(OS); in dump() 298 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
|