Searched defs:abbrCode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp30 uint32_t abbrCode = debug_info_data.getULEB128(&offset); local
33 if (abbrCode) {
40 OS << format(" [%u] %c\n", abbrCode,
60 << abbrCode << '\n'; local
103 uint64_t abbrCode = debug_info_data.getULEB128(offset_ptr); local
107 if (abbrCode) {
110 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);
237 uint64_t abbrCode = debug_info_data.getULEB128(&offset); local
239 if (abbrCode) {
240 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);
[all...]

Completed in 77 milliseconds