Searched defs:hash_value_type (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp33 typedef uint64_t hash_value_type; typedef in class:__anon25898::InstrProfRecordTrait
36 static hash_value_type ComputeHash(key_type_ref K) {
/external/clang/lib/Serialization/
H A DASTReaderInternals.h48 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
71 hash_value_type ComputeHash(const DeclNameKey &Key) const;
96 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
103 static hash_value_type ComputeHash(const internal_key_type& a);
165 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
176 static hash_value_type ComputeHash(Selector Sel);
218 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
225 static hash_value_type ComputeHash(internal_key_ref ikey);
H A DGlobalModuleIndex.cpp75 typedef unsigned hash_value_type; typedef in class:__anon18141::IdentifierIndexReaderTrait
82 static hash_value_type ComputeHash(const internal_key_type& a) {
653 typedef unsigned hash_value_type; typedef in class:__anon18145::IdentifierIndexWriterTrait
656 static hash_value_type ComputeHash(key_type_ref Key) {
H A DASTWriter.cpp1487 typedef unsigned hash_value_type; typedef in class:__anon18130::HeaderFileInfoTrait
1490 static hash_value_type ComputeHash(key_type_ref key) {
1862 typedef unsigned hash_value_type; typedef in class:__anon18131::ASTMacroTableTrait
1865 static hash_value_type ComputeHash(IdentID IdID) {
2747 typedef unsigned hash_value_type; typedef in class:__anon18132::ASTMethodPoolTrait
2752 static hash_value_type ComputeHash(Selector Sel) {
3102 typedef unsigned hash_value_type; typedef in class:__anon18133::ASTIdentifierTableTrait
3109 static hash_value_type ComputeHash(const IdentifierInfo* II) {
3364 typedef unsigned hash_value_type; typedef in class:__anon18134::ASTDeclContextNameLookupTrait
3369 hash_value_type ComputeHas
[all...]
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h217 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
223 hash_value_type ComputeHash(StringRef K);
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h42 /// typedef uint32_t hash_value_type; // The type the hash function returns.
46 /// static hash_value_type ComputeHash(key_type_ref Key);
65 const typename Info::hash_value_type Hash;
164 LE.write<typename Info::hash_value_type>(I->Hash);
211 /// typedef uint32_t hash_value_type; // The type the hash function returns.
217 /// static hash_value_type ComputeHash(internal_key_type &IKey);
248 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
292 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
309 hash_value_type ItemHas
382 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
[all...]
/external/clang/lib/Frontend/
H A DCacheTokens.cpp120 typedef unsigned hash_value_type; typedef in class:__anon17910::FileEntryPTHEntryInfo
123 static hash_value_type ComputeHash(PTHEntryKeyVariant V) {
606 typedef unsigned hash_value_type; typedef in class:__anon17915::PTHIdentifierTableTrait
609 static hash_value_type ComputeHash(PTHIdKey* key) {
/external/clang/lib/Lex/
H A DPTHLexer.cpp323 typedef unsigned hash_value_type; typedef in class:__anon17947::PTHFileLookupCommonTrait
326 static hash_value_type ComputeHash(internal_key_type x) {
373 typedef uint32_t hash_value_type; typedef in class:__anon17947::PTHStringLookupTrait
382 static hash_value_type ComputeHash(const internal_key_type& a) {

Completed in 241 milliseconds