Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp145 if (!HashMap.empty()) in buildHashMap()
150 HashMap.resize(Header->NumHashBuckets); in buildHashMap()
156 HashMap[HV].push_back(TIB++); in buildHashMap()
165 if (Bucket > HashMap.size()) in findRecordsByName()
169 for (TypeIndex TI : HashMap[Bucket]) { in findRecordsByName()
177 bool TpiStream::supportsTypeLookup() const { return !HashMap.empty(); } in supportsTypeLookup()
194 for (TypeIndex TI : HashMap[BucketIdx]) { in findFullDeclForForwardRef()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h90 std::vector<std::vector<codeview::TypeIndex>> HashMap; variable
/freebsd-13.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()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5935 // the HashMap (keyed by x_private). When we later need to xdr_destroy,