Searched refs:NextPtr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DAllocator.cpp59 NewSlab->NextPtr = CurSlab;
69 MemSlab *NextSlab = Slab->NextPtr;
72 // preserve the Size and NextPtr fields at the beginning.
86 DeallocateSlabs(CurSlab->NextPtr);
87 CurSlab->NextPtr = 0;
125 NewSlab->NextPtr = CurSlab->NextPtr;
126 CurSlab->NextPtr = NewSlab;
145 for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->NextPtr) {
153 for (MemSlab *Slab = CurSlab; Slab != 0; Slab = Slab->NextPtr) {
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DAllocator.h56 MemSlab *NextPtr; member in class:llvm::MemSlab
216 Slab = Slab->NextPtr;
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp573 Slab->NextPtr = 0;
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2397 SDValue NextPtr = DAG.getNode(ISD::ADD, DL, PtrVT, VAList, local
2400 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr,

Completed in 121 milliseconds