LLVM 19.0.0git
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>

Go to the source code of this file.

Classes

class  llvm::pdb::HashTableIterator< ValueT >
 
class  llvm::pdb::HashTable< ValueT >
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::pdb
 

Functions

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