|
LLVM
8.0.1
|
#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.
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) |
1.8.13