Home
last modified time | relevance | path

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

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