Searched refs:abbrCode (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 397 unsigned abbrCode, unsigned recordID, Data &&...data) { 405 Stream, buffer, abbrCode, recordID, std::forward<Data>(data)...); 466 unsigned abbrCode, Data &&...data) { 467 Base::emitRecord(Stream, buffer, abbrCode, RecordCode,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 582 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump() local 587 if (abbrCode) { in dump() 593 OS << format(" [%u] %c", abbrCode, in dump() 617 << abbrCode << '\n'; in dump()
|