|
clang
5.0.0
|
Trait class used to search the on-disk hash table containing all of the header search information. More...
Classes | |
| struct | internal_key_type |
Public Types | |
| typedef const FileEntry * | external_key_type |
| typedef const internal_key_type & | internal_key_ref |
| typedef HeaderFileInfo | data_type |
| typedef unsigned | hash_value_type |
| typedef unsigned | offset_type |
Public Member Functions | |
| HeaderFileInfoTrait (ASTReader &Reader, ModuleFile &M, HeaderSearch *HS, const char *FrameworkStrings) | |
| internal_key_type | GetInternalKey (const FileEntry *FE) |
| bool | EqualKey (internal_key_ref a, internal_key_ref b) |
| data_type | ReadData (internal_key_ref, const unsigned char *d, unsigned DataLen) |
Static Public Member Functions | |
| static hash_value_type | ComputeHash (internal_key_ref ikey) |
| static std::pair< unsigned, unsigned > | ReadKeyDataLength (const unsigned char *&d) |
| static internal_key_type | ReadKey (const unsigned char *d, unsigned) |
Trait class used to search the on-disk hash table containing all of the header search information.
The on-disk hash table contains a mapping from each header path to information about that header (how many times it has been included, its controlling macro, etc.). Note that we actually hash based on the size and mtime, and support "deep" comparisons of file names based on current inode numbers, so that the search can cope with non-normalized path names and symlinks.
Definition at line 237 of file ASTReaderInternals.h.
Definition at line 254 of file ASTReaderInternals.h.
Definition at line 244 of file ASTReaderInternals.h.
Definition at line 255 of file ASTReaderInternals.h.
| typedef const internal_key_type& clang::serialization::reader::HeaderFileInfoTrait::internal_key_ref |
Definition at line 252 of file ASTReaderInternals.h.
Definition at line 256 of file ASTReaderInternals.h.
|
inline |
Definition at line 258 of file ASTReaderInternals.h.
|
static |
Definition at line 1637 of file ASTReader.cpp.
References clang::serialization::reader::HeaderFileInfoTrait::internal_key_type::ModTime, and clang::serialization::reader::HeaderFileInfoTrait::internal_key_type::Size.
| bool HeaderFileInfoTrait::EqualKey | ( | internal_key_ref | a, |
| internal_key_ref | b | ||
| ) |
Definition at line 1649 of file ASTReader.cpp.
References clang::serialization::reader::HeaderFileInfoTrait::internal_key_type::Filename, clang::FileManager::getFile(), clang::serialization::reader::HeaderFileInfoTrait::internal_key_type::ModTime, and clang::serialization::reader::HeaderFileInfoTrait::internal_key_type::Size.
| HeaderFileInfoTrait::internal_key_type HeaderFileInfoTrait::GetInternalKey | ( | const FileEntry * | FE | ) |
Definition at line 1642 of file ASTReader.cpp.
References clang::FileEntry::getModificationTime(), clang::FileEntry::getName(), clang::FileEntry::getSize(), and clang::serialization::ModuleFile::HasTimestamps.
| HeaderFileInfoTrait::data_type HeaderFileInfoTrait::ReadData | ( | internal_key_ref | key, |
| const unsigned char * | d, | ||
| unsigned | DataLen | ||
| ) |
Definition at line 1692 of file ASTReader.cpp.
References clang::ModuleMap::addHeader(), End, clang::serialization::reader::HeaderFileInfoTrait::internal_key_type::Filename, Filename, clang::FileManager::getFile(), clang::serialization::reader::HeaderFileInfoTrait::internal_key_type::Imported, clang::HeaderFileInfo::isImport, max(), and clang::ModuleMap::TextualHeader.
|
static |
Definition at line 1681 of file ASTReader.cpp.
References clang::serialization::reader::HeaderFileInfoTrait::internal_key_type::Size.
|
static |
Definition at line 1673 of file ASTReader.cpp.
1.8.6