Searched refs:abbrCode (Results 1 – 4 of 4) sorted by relevance
29 uint64_t abbrCode = debug_info_data.getULEB128(&offset); in dump() local32 if (abbrCode) { in dump()39 OS << format(" [%u] %c\n", abbrCode, in dump()59 << abbrCode << '\n'; in dump()102 uint64_t abbrCode = debug_info_data.getULEB128(offset_ptr); in extractFast() local106 if (abbrCode) { in extractFast()109 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extractFast()220 uint64_t abbrCode = debug_info_data.getULEB128(&offset); in extract() local222 if (abbrCode) { in extract()223 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode); in extract()
41 DWARFAbbreviationDeclarationSet::getAbbreviationDeclaration(uint32_t abbrCode) in getAbbreviationDeclaration()47 if (pos->getCode() == abbrCode) in getAbbreviationDeclaration()51 uint32_t idx = abbrCode - IdxOffset; in getAbbreviationDeclaration()
47 getAbbreviationDeclaration(uint32_t abbrCode) const;
43 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump() local46 if (abbrCode) { in dump()55 OS << format(" [%u] %c\n", abbrCode, in dump()72 << abbrCode << '\n'; in dump()