Searched refs:getDebugAbbrev (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFContext.cpp | 20 getDebugAbbrev()->dump(OS); in dump() 57 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
|
D | DWARFContext.h | 60 const DWARFDebugAbbrev *getDebugAbbrev();
|
D | DWARFCompileUnit.cpp | 31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); in extract()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 146 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader() 248 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev() 284 DCtx, DObj.getInfoSection(), Header, DCtx.getDebugAbbrev(), in handleDebugInfo() 298 DCtx, DObj.getInfoSection(), Header, DCtx.getDebugAbbrev(), in handleDebugInfo()
|
D | DWARFContext.cpp | 338 getDebugAbbrev()->dump(OS); in dump() 667 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
|
D | DWARFUnit.cpp | 36 parseImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangeSection(), in parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 226 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 28 auto AbbrevSetPtr = DCtx.getDebugAbbrev(); in dumpDebugAbbrev()
|