Home
last modified time | relevance | path

Searched refs:XRayArgPayload (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/include/xray/
H A Dxray_records.h107 struct alignas(32) XRayArgPayload { struct
131 static_assert(sizeof(XRayArgPayload) == 32, "XRayArgPayload != 32 bytes"); argument
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_basic_logging.cc260 reinterpret_cast<XRayArgPayload *>(TLD.InMemoryBuffer); in InMemoryRawLogWithArg()
285 XRayArgPayload R; in InMemoryRawLogWithArg()