LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/GUID.h"
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
#include "llvm/Support/Endian.h"
Go to the source code of this file.
Classes | |
struct | llvm::pdb::SectionOffset |
struct | llvm::pdb::GSIHashHeader |
Header of the hash tables found in the globals and publics sections. More... | |
struct | llvm::pdb::PSHashRecord |
struct | llvm::pdb::SectionContrib |
struct | llvm::pdb::SectionContrib2 |
struct | llvm::pdb::SecMapHeader |
struct | llvm::pdb::SecMapEntry |
struct | llvm::pdb::DbiFlags |
Some of the values are stored in bitfields. More... | |
struct | llvm::pdb::DbiBuildNo |
struct | llvm::pdb::DbiStreamHeader |
The fixed size header that appears at the beginning of the DBI Stream. More... | |
struct | llvm::pdb::FileInfoSubstreamHeader |
The header preceeding the File Info Substream of the DBI stream. More... | |
struct | llvm::pdb::ModInfoFlags |
struct | llvm::pdb::ModuleInfoHeader |
The header preceeding each entry in the Module Info substream of the DBI stream. More... | |
struct | llvm::pdb::PublicsStreamHeader |
struct | llvm::pdb::TpiStreamHeader |
struct | llvm::pdb::TpiStreamHeader::EmbeddedBuf |
struct | llvm::pdb::InfoStreamHeader |
The header preceeding the global PDB Stream (Stream 1) More... | |
struct | llvm::pdb::PDBStringTableHeader |
The header preceeding the /names stream. More... | |
struct | llvm::pdb::SrcHeaderBlockHeader |
The header preceding the /src/headerblock stream. More... | |
struct | llvm::pdb::SrcHeaderBlockEntry |
A single file record entry within the /src/headerblock stream. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::pdb | |
Variables | |
const uint32_t | llvm::pdb::MinTpiHashBuckets = 0x1000 |
const uint32_t | llvm::pdb::MaxTpiHashBuckets = 0x40000 |
const uint32_t | llvm::pdb::PDBStringTableSignature = 0xEFFEEFFE |