Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp54 dw_uleb128_t abbrCode) const { in GetAbbreviationDeclaration()
59 if (pos->Code() == abbrCode) in GetAbbreviationDeclaration()
63 uint32_t idx = abbrCode - m_idx_offset; in GetAbbreviationDeclaration()
H A DDWARFDebugAbbrev.h45 GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h397 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,
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp634 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump() local
639 if (abbrCode) { in dump()
645 OS << format(" [%u] %c", abbrCode, in dump()
665 << abbrCode << '\n'; in dump()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp838 uint64_t abbrCode) { in getCUAbbrevOffset() argument
840 while (abbrevData.getULEB128(&offset) != abbrCode) { in getCUAbbrevOffset()
899 uint32_t abbrCode = infoData.getULEB128(&offset); in readCompUnit() local
901 uint64_t abbrevOffset = getCUAbbrevOffset(abbrevData, abbrCode); in readCompUnit()