Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h104 ReadKeyDataLength(const unsigned char *&d);
146 ReadKeyDataLength(const unsigned char*& d);
226 ReadKeyDataLength(const unsigned char*& d);
276 ReadKeyDataLength(const unsigned char*& d);
H A DMultiOnDiskHashTable.h161 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in condense()
281 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in findAll()
H A DGlobalModuleIndex.cpp88 ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength() function in __anon2d7d61850311::IdentifierIndexReaderTrait
H A DASTReader.cpp819 ASTSelectorLookupTrait::ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength() function in ASTSelectorLookupTrait
889 ASTIdentifierLookupTraitBase::ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength() function in ASTIdentifierLookupTraitBase
1089 ASTDeclContextNameLookupTrait::ReadKeyDataLength(const unsigned char *&d) { in ReadKeyDataLength() function in ASTDeclContextNameLookupTrait
1733 HeaderFileInfoTrait::ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength() function in HeaderFileInfoTrait
3960 auto KeyDataLen = Trait.ReadKeyDataLength(Data); in ReadAST()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DOnDiskHashTable.h377 Info::ReadKeyDataLength(Items);
476 Info::ReadKeyDataLength(Ptr); in advance()
526 auto L = Info::ReadKeyDataLength(LocalPtr); in getInternalKey()
572 auto L = Info::ReadKeyDataLength(LocalPtr);
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h308 ReadKeyDataLength(const unsigned char *&D) { in ReadKeyDataLength() function