HomeSort by: relevance | last modified time | path
    Searched refs:LookupKey (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseSet.h 220 const LookupKeyT &LookupKey) {
221 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
224 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) {
225 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 653 using LookupKey = std::pair<TypeClass *, ValType>;
656 using LookupKeyHashed = std::pair<unsigned, LookupKey>;
672 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
679 static unsigned getHashValue(const LookupKey &Val) {
687 static bool isEqual(const LookupKey &LHS, const ConstantClass *RHS) {
728 LookupKey Key(Ty, V);
756 LookupKey Key(CP->getType(), ValType(Operands, CP));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 319 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first);
320 NewMap.set_as_internal(LookupKey, Buckets[I].second, Traits,

Completed in 55 milliseconds