Home
last modified time | relevance | path

Searched refs:ControlBlock (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_buffer_queue.cc31 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()
H A Dxray_buffer_queue.h43 struct ControlBlock { struct
63 ControlBlock *BackingStore = nullptr; argument
64 ControlBlock *ExtentsBackingStore = nullptr;
145 ControlBlock *BackingStore;
148 ControlBlock *ExtentsBackingStore;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp556 enum { Other, ControlBlock, ASTBlock, DiagnosticOptionsBlock } State = Other; in loadModuleFile() enumerator
587 State = ControlBlock; in loadModuleFile()
628 if (State == ControlBlock && Code == IMPORTS) { in loadModuleFile()