Home | History | Annotate | Download | only in MSF

Lines Matching defs:Allocator

18 #include "llvm/Support/Allocator.h"
46 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
50 uint32_t StreamIndex, BumpPtrAllocator &Allocator);
54 BumpPtrAllocator &Allocator);
58 BumpPtrAllocator &Allocator);
71 llvm::BumpPtrAllocator &getAllocator() { return Allocator; }
81 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
97 // We just store the allocator by reference. We use this to allocate
103 // allocator to allocate broken records from.
104 BumpPtrAllocator &Allocator;
112 WritableBinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
116 uint32_t StreamIndex, BumpPtrAllocator &Allocator);
121 BumpPtrAllocator &Allocator);
125 BumpPtrAllocator &Allocator);
152 BumpPtrAllocator &Allocator);