LLVM API Documentation

Classes | Namespaces | Functions
BitVector.h File Reference
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstdlib>
Include dependency graph for BitVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::BitVector
class  llvm::BitVector::reference

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  std

Functions

void std::swap (llvm::BitVector &LHS, llvm::BitVector &RHS)
 Implement std::swap in terms of BitVector swap.