Home
last modified time | relevance | path

Searched refs:getAbbreviationDeclarationSet (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h51 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h67 getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const;
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAbbrev.h66 getAbbreviationDeclarationSet(uint64_t cu_abbr_offset) const;
DDWARFDebugAbbrev.cpp92 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t cu_abbr_offset) const { in getAbbreviationDeclarationSet() function in DWARFDebugAbbrev
DDWARFCompileUnit.cpp43 Abbrevs = abbr->getAbbreviationDeclarationSet(abbrOffset); in extract()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp102 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet() function in DWARFDebugAbbrev
DDWARFUnit.cpp101 Abbrevs = Abbrev->getAbbreviationDeclarationSet(AbbrOffset); in extractImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp115 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet() function in DWARFDebugAbbrev
DDWARFVerifier.cpp146 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
218 Abbrev->getAbbreviationDeclarationSet(0); in verifyAbbrevSection()
DDWARFUnit.cpp636 Abbrevs = Abbrev->getAbbreviationDeclarationSet(Header.getAbbrOffset()); in getAbbreviations()