Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h106 struct alignas(32) XRayArgPayload { struct
130 static_assert(sizeof(XRayArgPayload) == 32, "XRayArgPayload != 32 bytes"); argument
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp259 reinterpret_cast<XRayArgPayload *>(TLD.InMemoryBuffer); in InMemoryRawLogWithArg()
284 XRayArgPayload R; in InMemoryRawLogWithArg()