Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h103 ReadKeyDataLength(const unsigned char *&d);
145 ReadKeyDataLength(const unsigned char*& d);
225 ReadKeyDataLength(const unsigned char*& d);
275 ReadKeyDataLength(const unsigned char*& d);
H A DMultiOnDiskHashTable.h160 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in condense()
280 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in findAll()
H A DGlobalModuleIndex.cpp90 ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength() function in __anon28427b810311::IdentifierIndexReaderTrait
H A DASTReader.cpp852 ASTSelectorLookupTrait::ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength() function in ASTSelectorLookupTrait
918 ASTIdentifierLookupTraitBase::ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength() function in ASTIdentifierLookupTraitBase
1106 ASTDeclContextNameLookupTrait::ReadKeyDataLength(const unsigned char *&d) { in ReadKeyDataLength() function in ASTDeclContextNameLookupTrait
1863 HeaderFileInfoTrait::ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength() function in HeaderFileInfoTrait
4314 auto KeyDataLen = Trait.ReadKeyDataLength(Data); in ReadAST()
8515 auto KeyDataLen = Trait.ReadKeyDataLength(Data); in DecodeIdentifierInfo()
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h345 ReadKeyDataLength(const unsigned char *&D) { in ReadKeyDataLength() function