Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h43 struct ControlBlock { struct
63 ControlBlock *BackingStore = nullptr; argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp536 enum { Other, ControlBlock, ASTBlock, DiagnosticOptionsBlock } State = Other; in loadModuleFile() enumerator