Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp147 if (!HashMap.empty()) in buildHashMap()
152 HashMap.resize(Header->NumHashBuckets); in buildHashMap()
158 HashMap[HV].push_back(TIB++); in buildHashMap()
167 if (Bucket > HashMap.size()) in findRecordsByName()
171 for (TypeIndex TI : HashMap[Bucket]) { in findRecordsByName()
179 bool TpiStream::supportsTypeLookup() const { return !HashMap.empty(); } in supportsTypeLookup()
196 for (TypeIndex TI : HashMap[BucketIdx]) { in findFullDeclForForwardRef()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h91 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java95 Map <String, Long> firstValues = new HashMap <String, Long> (); in testCleared()
H A DTestBean.java299 new HashMap < Tuple, String > (); in getPrintaRecord()