|
LLVM
4.0.0
|
#include <RDFGraph.h>
Public Types | |
| enum | { NodeMemSize = 32 } |
Public Member Functions | |
| NodeAllocator (uint32_t NPB=4096) | |
| NodeBase * | ptr (NodeId N) const |
| NodeId | id (const NodeBase *P) const |
| NodeAddr< NodeBase * > | New () |
| void | clear () |
Definition at line 376 of file RDFGraph.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NodeMemSize | |
Definition at line 378 of file RDFGraph.h.
|
inline |
Definition at line 380 of file RDFGraph.h.
References assert(), and llvm::isPowerOf2_32().
| void NodeAllocator::clear | ( | ) |
Definition at line 403 of file RDFGraph.cpp.
References llvm::BumpPtrAllocatorImpl< AllocatorT, SlabSize, SizeThreshold >::Reset().
Definition at line 391 of file RDFGraph.cpp.
References A, B, i, llvm_unreachable, and P.
Definition at line 379 of file RDFGraph.cpp.
References NodeMemSize.
Definition at line 386 of file RDFGraph.h.
References NodeMemSize, and Offset.
1.8.6