Home
last modified time | relevance | path

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

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