HomeSort by: relevance | last modified time | path
    Searched refs:ReadKeyDataLength (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h 103 ReadKeyDataLength(const unsigned char *&d);
145 ReadKeyDataLength(const unsigned char*& d);
225 ReadKeyDataLength(const unsigned char*& d);
275 ReadKeyDataLength(const unsigned char*& d);
MultiOnDiskHashTable.h 160 auto L = InfoObj.ReadKeyDataLength(LocalPtr);
280 auto L = InfoObj.ReadKeyDataLength(LocalPtr);
GlobalModuleIndex.cpp 90 ReadKeyDataLength(const unsigned char*& d) {
ASTReader.cpp 852 ASTSelectorLookupTrait::ReadKeyDataLength(const unsigned char*& d) {
918 ASTIdentifierLookupTraitBase::ReadKeyDataLength(const unsigned char*& d) {
1106 ASTDeclContextNameLookupTrait::ReadKeyDataLength(const unsigned char *&d) {
1863 HeaderFileInfoTrait::ReadKeyDataLength(const unsigned char*& d) {
4314 auto KeyDataLen = Trait.ReadKeyDataLength(Data);
8515 auto KeyDataLen = Trait.ReadKeyDataLength(Data);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 263 /// ReadKeyDataLength(const unsigned char *&Buffer);
265 /// /// ReadKeyDataLength.
269 /// /// ReadKeyDataLength.
377 Info::ReadKeyDataLength(Items);
476 Info::ReadKeyDataLength(Ptr);
526 auto L = Info::ReadKeyDataLength(LocalPtr);
572 auto L = Info::ReadKeyDataLength(LocalPtr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 345 ReadKeyDataLength(const unsigned char *&D) {

Completed in 55 milliseconds