|
LLVM
8.0.1
|
#include "llvm/ADT/iterator.h"#include "llvm/DebugInfo/CodeView/SymbolRecord.h"#include "llvm/DebugInfo/MSF/MappedBlockStream.h"#include "llvm/DebugInfo/PDB/Native/RawConstants.h"#include "llvm/DebugInfo/PDB/Native/RawTypes.h"#include "llvm/DebugInfo/PDB/PDBTypes.h"#include "llvm/Support/BinaryStreamArray.h"#include "llvm/Support/Error.h"

Go to the source code of this file.
Classes | |
| class | llvm::pdb::GSIHashIterator |
| Iterator over hash records producing symbol record offsets. More... | |
| class | llvm::pdb::GSIHashTable |
| A readonly view of a hash table used in the globals and publics streams. More... | |
| class | llvm::pdb::GlobalsStream |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::pdb | |
Enumerations | |
| enum | : unsigned { llvm::pdb::IPHR_HASH = 4096 } |
| From https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.cpp. More... | |
1.8.13