|
LLVM 22.0.0git
|
#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/Compiler.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 | |
| LLVM_ABI Error | llvm::pdb::readSparseBitVector (BinaryStreamReader &Stream, SparseBitVector<> &V) |
| LLVM_ABI Error | llvm::pdb::writeSparseBitVector (BinaryStreamWriter &Writer, SparseBitVector<> &Vec) |