Searched refs:ControlBlock (Results 1 – 3 of 3) sorted by relevance
31 BufferQueue::ControlBlock *allocControlBlock(size_t Size, size_t Count) { in allocControlBlock()33 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in allocControlBlock()35 : reinterpret_cast<BufferQueue::ControlBlock *>(B); in allocControlBlock()38 void deallocControlBlock(BufferQueue::ControlBlock *C, size_t Size, in deallocControlBlock()41 (sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in deallocControlBlock()44 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { in decRefCount()51 void incRefCount(BufferQueue::ControlBlock *C) { in incRefCount()
43 struct ControlBlock { struct63 ControlBlock *BackingStore = nullptr; argument64 ControlBlock *ExtentsBackingStore = nullptr;145 ControlBlock *BackingStore;148 ControlBlock *ExtentsBackingStore;
556 enum { Other, ControlBlock, ASTBlock, DiagnosticOptionsBlock } State = Other; in loadModuleFile() enumerator587 State = ControlBlock; in loadModuleFile()628 if (State == ControlBlock && Code == IMPORTS) { in loadModuleFile()