Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp46 constexpr size_t EightKB = 8 * 1024; in updateTypeIndexOffsets() local
47 if (NewSize / EightKB > TypeRecordBytes / EightKB || TypeRecordCount == 0) { in updateTypeIndexOffsets()