#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/FileSystemStatCache.h"
#include "clang/Basic/IdentifierTable.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Frontend/Utils.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/PTHManager.h"
#include "clang/Lex/Preprocessor.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/DJB.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/OnDiskHashTable.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
|
#define | S_ISDIR(x) (((x)&_S_IFDIR)!=0) |
|
|
typedef uint32_t | Offset |
|
typedef llvm::OnDiskChainedHashTableGenerator< FileEntryPTHEntryInfo > | PTHMap |
|
|
static uint32_t | swap32le (uint32_t X) |
|
static void | pwrite32le (raw_pwrite_stream &OS, uint32_t Val, uint64_t &Off) |
|
◆ S_ISDIR
#define S_ISDIR |
( |
|
x | ) |
(((x)&_S_IFDIR)!=0) |
◆ Offset
◆ PTHMap
typedef llvm::OnDiskChainedHashTableGenerator<FileEntryPTHEntryInfo> PTHMap |
◆ pwrite32le()
static void pwrite32le |
( |
raw_pwrite_stream & |
OS, |
|
|
uint32_t |
Val, |
|
|
uint64_t & |
Off |
|
) |
| |
|
static |
◆ swap32le()
static uint32_t swap32le |
( |
uint32_t |
X | ) |
|
|
static |