Home | History | Annotate | Download | only in DebugInfo

Lines Matching defs:abbrCode

29     uint64_t abbrCode = debug_info_data.getULEB128(&offset);
32 if (abbrCode) {
39 OS << format(" [%u] %c\n", abbrCode,
59 << abbrCode << '\n';
102 uint64_t abbrCode = debug_info_data.getULEB128(offset_ptr);
106 if (abbrCode) {
109 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);
220 uint64_t abbrCode = debug_info_data.getULEB128(&offset);
222 if (abbrCode) {
223 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);