Home
last modified time | relevance | path

Searched defs:ControlBlock (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h42 struct ControlBlock { struct
62 ControlBlock *BackingStore = nullptr; argument
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp556 enum { Other, ControlBlock, ASTBlock, DiagnosticOptionsBlock } State = Other; in loadModuleFile() enumerator