Searched refs:abbrCode (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 619 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump() local 624 if (abbrCode) { in dump() 630 OS << format(" [%u] %c", abbrCode, in dump() 650 << abbrCode << '\n'; in dump()
|