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

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h 105 internal_key_type ReadKey(const unsigned char *d, unsigned);
155 static internal_key_type ReadKey(const unsigned char* d, unsigned n);
227 internal_key_type ReadKey(const unsigned char* d, unsigned);
277 static internal_key_type ReadKey(const unsigned char *d, unsigned);
MultiOnDiskHashTable.h 161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
GlobalModuleIndex.cpp 103 static internal_key_type ReadKey(const unsigned char* d, unsigned n) {
ASTReader.cpp 857 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) {
923 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) {
1111 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) {
1868 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) {
4315 auto Key = Trait.ReadKey(Data, KeyDataLen.first);
8516 auto Key = Trait.ReadKey(Data, KeyDataLen.first);
8697 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 266 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
388 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
529 return InfoObj->ReadKey(LocalPtr, L.first);
575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 353 StringRef ReadKey(const unsigned char *D, offset_type N) {

Completed in 49 milliseconds