Home
last modified time | relevance | path

Searched refs:abbrCode (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.cpp53 dw_uleb128_t abbrCode) const { in GetAbbreviationDeclaration()
58 if (pos->Code() == abbrCode) in GetAbbreviationDeclaration()
62 uint32_t idx = abbrCode - m_idx_offset; in GetAbbreviationDeclaration()
DDWARFDebugAbbrev.h45 GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DBitcodeConvenience.h398 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/
DDWARFDie.cpp577 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()