LLVM  8.0.1
Classes | Namespaces | Functions
HashTable.h File Reference
#include "llvm/ADT/SparseBitVector.h"
#include "llvm/ADT/iterator.h"
#include "llvm/DebugInfo/PDB/Native/RawError.h"
#include "llvm/Support/BinaryStreamReader.h"
#include "llvm/Support/BinaryStreamWriter.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
#include <cstdint>
#include <iterator>
#include <utility>
#include <vector>
Include dependency graph for HashTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::pdb::HashTable< ValueT, TraitsT >
 
class  llvm::pdb::HashTableIterator< ValueT, TraitsT >
 
struct  llvm::pdb::PdbHashTraits< T >
 
struct  llvm::pdb::PdbHashTraits< uint32_t >
 
class  llvm::pdb::HashTable< ValueT, TraitsT >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::pdb
 

Functions

Error llvm::pdb::readSparseBitVector (BinaryStreamReader &Stream, SparseBitVector<> &V)
 
Error llvm::pdb::writeSparseBitVector (BinaryStreamWriter &Writer, SparseBitVector<> &Vec)