LLVM API Documentation
#include "llvm/Support/Allocator.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/DataTypes.h"#include "llvm/Support/Memory.h"#include "llvm/Support/Recycler.h"#include "llvm/Support/raw_ostream.h"#include <cstring>
Go to the source code of this file.
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
| namespace | llvm::detail |
Implementation details of the pass manager interfaces. | |
Functions | |
| void | llvm::detail::printBumpPtrAllocatorStats (unsigned NumSlabs, size_t BytesAllocated, size_t TotalMemory) |
| void | llvm::PrintRecyclerStats (size_t Size, size_t Align, size_t FreeListSize) |