LLVM API Documentation
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/AlignOf.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/type_traits.h"
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <iterator>
#include <memory>
Go to the source code of this file.
Classes | |
class | llvm::SmallVectorBase |
This is all the non-templated stuff common to all SmallVectors. More... | |
class | llvm::SmallVectorTemplateCommon< T, typename > |
class | llvm::SmallVectorTemplateBase< T, isPodLike > |
class | llvm::SmallVectorTemplateBase< T, true > |
class | llvm::SmallVectorImpl< T > |
struct | llvm::SmallVectorStorage< T, N > |
struct | llvm::SmallVectorStorage< T, 1 > |
struct | llvm::SmallVectorStorage< T, 0 > |
class | llvm::SmallVector< T, N > |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
namespace | std |
Functions | |
template<typename T , unsigned N> | |
static size_t | llvm::capacity_in_bytes (const SmallVector< T, N > &X) |
template<typename T > | |
void | std::swap (llvm::SmallVectorImpl< T > &LHS, llvm::SmallVectorImpl< T > &RHS) |
Implement std::swap in terms of SmallVector swap. | |
template<typename T , unsigned N> | |
void | std::swap (llvm::SmallVector< T, N > &LHS, llvm::SmallVector< T, N > &RHS) |
Implement std::swap in terms of SmallVector swap. |