Searched refs:abbrCode (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/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,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 591 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump() local 596 if (abbrCode) { in dump() 602 OS << format(" [%u] %c", abbrCode, in dump() 626 << abbrCode << '\n'; in dump()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 595 uint32_t abbrCode = DebugData.getULEB128(&CurrentEndOffset); in processOneDie() local 596 if (abbrCode) { in processOneDie()
|