Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h280 uptr total_bytes = 0; in PrintStats() local
284 total_bytes += (*it).size; in PrintStats()
291 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats()
297 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Ddins.ll18 ; uint64_t total_bytes:16;
27 ; bufptr.s.total_bytes = bufptr.s.length;
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1750 size_t total_bytes = 0; in HandleDisplayOfEvent() local
1760 total_bytes += DumpHeader(stream, event); in HandleDisplayOfEvent()
1763 total_bytes += len; in HandleDisplayOfEvent()
1767 total_bytes += sizeof(char); in HandleDisplayOfEvent()
1769 return total_bytes; in HandleDisplayOfEvent()