HomeSort by relevance Sort by last modified time
    Searched refs:abbrCode (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 29 uint32_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);
218 uint64_t abbrCode = debug_info_data.getULEB128(&offset);
220 if (abbrCode) {
221 AbbrevDecl = cu->getAbbreviations()->getAbbreviationDeclaration(abbrCode);
    [all...]
DWARFDebugAbbrev.cpp 41 DWARFAbbreviationDeclarationSet::getAbbreviationDeclaration(uint32_t abbrCode)
47 if (pos->getCode() == abbrCode)
51 uint32_t idx = abbrCode - IdxOffset;
DWARFDebugAbbrev.h 47 getAbbreviationDeclaration(uint32_t abbrCode) const;

Completed in 68 milliseconds