Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp57 static std::map<uint32_t, uint32_t> StringsToBuckets = { variable
110 auto Entry = StringsToBuckets.lower_bound(NumStrings); in computeBucketCount()
111 assert(Entry != StringsToBuckets.end()); in computeBucketCount()