Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_buffer_queue.cpp30 BufferQueue::ControlBlock *allocControlBlock(size_t Size, size_t Count) { in allocControlBlock()
32 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in allocControlBlock()
34 : reinterpret_cast<BufferQueue::ControlBlock *>(B); in allocControlBlock()
37 void deallocControlBlock(BufferQueue::ControlBlock *C, size_t Size, in deallocControlBlock()
40 (sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in deallocControlBlock()
43 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { in decRefCount()
50 void incRefCount(BufferQueue::ControlBlock *C) { in incRefCount()
Dxray_buffer_queue.h42 struct ControlBlock { struct
62 ControlBlock *BackingStore = nullptr; argument
63 ControlBlock *ExtentsBackingStore = nullptr;
144 ControlBlock *BackingStore;
147 ControlBlock *ExtentsBackingStore;
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp524 enum { Other, ControlBlock, ASTBlock } State = Other; in loadModuleFile() enumerator
549 State = ControlBlock; in loadModuleFile()
578 if (State == ControlBlock && Code == IMPORTS) { in loadModuleFile()
/external/llvm-project/clang/lib/Serialization/
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()