Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h42 uint32_t lookupKeyToStorageKey(StringRef S);
DNamedStreamMap.h36 uint32_t lookupKeyToStorageKey(StringRef S);
DHashTable.h101 uint32_t lookupKeyToStorageKey(uint32_t N) { return N; }
292 B.first = InternalKey ? *InternalKey : Traits.lookupKeyToStorageKey(K);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp45 uint32_t NamedStreamMapTraits::lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function in NamedStreamMapTraits
DPDBStringTableBuilder.cpp37 uint32_t StringTableHashTraits::lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function in StringTableHashTraits
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DHashTableTest.cpp222 uint32_t lookupKeyToStorageKey(StringRef S) { in lookupKeyToStorageKey() function