Searched refs:abbrCode (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 53 dw_uleb128_t abbrCode) const { in GetAbbreviationDeclaration() 58 if (pos->Code() == abbrCode) in GetAbbreviationDeclaration() 62 uint32_t idx = abbrCode - m_idx_offset; in GetAbbreviationDeclaration()
|
| H A D | DWARFDebugAbbrev.h | 45 GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 398 unsigned abbrCode, unsigned recordID, Data &&...data) { 406 Stream, buffer, abbrCode, recordID, std::forward<Data>(data)...); 467 unsigned abbrCode, Data &&...data) { 468 Base::emitRecord(Stream, buffer, abbrCode, RecordCode,
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 577 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump() local 582 if (abbrCode) { in dump() 588 OS << format(" [%u] %c", abbrCode, in dump() 612 << abbrCode << '\n'; in dump()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 582 uint32_t abbrCode = DebugData.getULEB128(&CurrentEndOffset); in processOneDie() local 583 if (abbrCode) { in processOneDie()
|