Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h106 internal_key_type ReadKey(const unsigned char *d, unsigned);
156 static internal_key_type ReadKey(const unsigned char* d, unsigned n);
228 internal_key_type ReadKey(const unsigned char* d, unsigned);
278 static internal_key_type ReadKey(const unsigned char *d, unsigned);
H A DMultiOnDiskHashTable.h162 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense()
282 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
H A DGlobalModuleIndex.cpp101 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anon2d7d61850311::IdentifierIndexReaderTrait
H A DASTReader.cpp828 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in ASTSelectorLookupTrait
898 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in ASTIdentifierLookupTraitBase
1098 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in ASTDeclContextNameLookupTrait
1742 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in HeaderFileInfoTrait
3961 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in ReadAST()
8561 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0); in DecodeSelector()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DOnDiskHashTable.h388 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
529 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey()
575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h316 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function