Home
last modified time | relevance | path

Searched refs:ReadKey (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h104 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 DMultiOnDiskHashTable.h161 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 DGlobalModuleIndex.cpp102 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anon35ca0d360311::IdentifierIndexReaderTrait
H A DASTReader.cpp950 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 DAPINotesReader.cpp169 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 DOnDiskHashTable.h391 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 DMemProf.h551 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 DInstrProfReader.h517 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function