#include "clang/Lex/HeaderMap.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/FileManager.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cstdio>
#include <memory>
Go to the source code of this file.
|
| | clang |
| | Dataflow Directional Tag Classes.
|
| |
|
| static unsigned | HashHMapKey (StringRef Str) |
| | HashHMapKey - This is the 'well known' hash function required by the file format, used to look up keys in the hash table. More...
|
| |
| Enumerator |
|---|
| HMAP_HeaderMagicNumber |
|
| HMAP_HeaderVersion |
|
| HMAP_EmptyBucketKey |
|
Definition at line 29 of file HeaderMap.cpp.
| static unsigned HashHMapKey |
( |
StringRef |
Str | ) |
|
|
inlinestatic |