Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStreamBuilder.cpp49 constexpr size_t EightKB = 8 * 1024; in addTypeRecord() local
50 if (NewSize / EightKB > TypeRecordBytes / EightKB || TypeRecords.empty()) { in addTypeRecord()