/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 104 internal_key_type ReadKey(const unsigned char *d, unsigned); 154 static internal_key_type ReadKey(const unsigned char* d, unsigned n); 226 internal_key_type ReadKey(const unsigned char* d, unsigned); 276 static internal_key_type ReadKey(const unsigned char *d, unsigned);
|
H A D | MultiOnDiskHashTable.h | 161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 283 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
|
H A D | GlobalModuleIndex.cpp | 102 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anon35ca0d360311::IdentifierIndexReaderTrait
|
H A D | ASTReader.cpp | 950 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in ASTSelectorLookupTrait 1022 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in ASTIdentifierLookupTraitBase 1221 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in ASTDeclContextNameLookupTrait 2068 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in HeaderFileInfoTrait 4526 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in ReadAST() 8972 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in DecodeIdentifierInfo() 9157 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0); in DecodeSelector()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 169 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::IdentifierTableInfo 209 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::ContextIDTableInfo 228 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::ContextInfoTableInfo 280 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::ObjCPropertyTableInfo 358 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::ObjCMethodTableInfo 413 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::ObjCSelectorTableInfo 435 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::GlobalVariableTableInfo 458 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::GlobalFunctionTableInfo 481 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::CXXMethodTableInfo 504 static internal_key_type ReadKey(const uint8_t *Data, unsigned Length) { in ReadKey() function in clang::api_notes::__anonc79998a20111::EnumConstantTableInfo [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 391 InfoPtr->ReadKey((const unsigned char *const)Items, L.first); 532 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey() 578 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 551 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() function 698 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() function 779 uint64_t ReadKey(const unsigned char *D, offset_type /*Unused*/) { in ReadKey() function
|
H A D | InstrProfReader.h | 517 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
|