Home
last modified time | relevance | path

Searched refs:getDebugAbbrev (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.cpp20 getDebugAbbrev()->dump(OS); in dump()
57 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
DDWARFContext.h60 const DWARFDebugAbbrev *getDebugAbbrev();
DDWARFCompileUnit.cpp31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp146 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()
DDWARFContext.cpp338 getDebugAbbrev()->dump(OS); in dump()
667 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() function in DWARFContext
DDWARFUnit.cpp36 parseImpl(C, D, Section, C.getDebugAbbrev(), &D.getRangeSection(), in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h226 const DWARFDebugAbbrev *getDebugAbbrev();
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h155 const DWARFDebugAbbrev *getDebugAbbrev();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp21 parseImpl(C, Section, C.getDebugAbbrev(), C.getRangeSection(), in parse()
DDWARFContext.cpp81 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/
Ddwarf2yaml.cpp28 auto AbbrevSetPtr = DCtx.getDebugAbbrev(); in dumpDebugAbbrev()