Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp53 struct BlockHeader { struct
54 u32 BlockSize;
55 u32 BlockNum;
56 u64 ThreadId;
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp45 struct BlockHeader { struct
46 uint32_t Size;
47 uint32_t Number;
48 uint64_t Thread;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp25 const LineBlockFragmentHeader *BlockHeader; in operator ()() local
114 LineBlockFragmentHeader BlockHeader; in commit() local