Searched refs:HeaderStorage (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dtest_helpers.cpp73 HeaderStorage; local
74 auto *Header = reinterpret_cast<XRayFileHeader *>(&HeaderStorage);
81 Serialized.append(reinterpret_cast<const char *>(&HeaderStorage),
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp207 static std::aligned_storage<sizeof(XRayFileHeader)>::type HeaderStorage; local
211 reinterpret_cast<XRayFileHeader &>(HeaderStorage) =
216 auto &Header = reinterpret_cast<XRayFileHeader &>(HeaderStorage);

Completed in 117 milliseconds