Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A 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()
H A DDWARFDebugAbbrev.h45 GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A 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/
H A 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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp582 uint32_t abbrCode = DebugData.getULEB128(&CurrentEndOffset); in processOneDie() local
583 if (abbrCode) { in processOneDie()