Home
last modified time | relevance | path

Searched defs:BlockHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profile_collector.cc54 struct BlockHeader { struct
55 u32 BlockSize;
56 u32 BlockNum;
57 u64 ThreadId;
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp46 struct BlockHeader { struct
47 uint32_t Size;
48 uint32_t Number;
49 uint64_t Thread;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp26 const LineBlockFragmentHeader *BlockHeader; in operator ()() local
115 LineBlockFragmentHeader BlockHeader; in commit() local