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

/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp29 uint64_t abbrCode = debug_info_data.getULEB128(&offset); local
32 if (abbrCode) {
39 OS << format(" [%u] %c\n", abbrCode,
59 << abbrCode << '\n'; local
102 uint64_t abbrCode = debug_info_data.getULEB128(offset_ptr); local
106 if (abbrCode) {
109 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);
220 uint64_t abbrCode = debug_info_data.getULEB128(&offset); local
222 if (abbrCode) {
223 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);
[all...]

Completed in 85 milliseconds