Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h40 struct XRaySledEntry { struct
42 uint64_t Address;
43 uint64_t Function;
44 unsigned char Kind;
45 unsigned char AlwaysInstrument;
46 unsigned char Version;
47 unsigned char Padding[13]; // Need 32 bytes
48 uint64_t function() const { in function()
52 uint64_t address() const { in address()