Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface_internal.h24 struct XRaySledEntry { struct
26 uint64_t Address;
27 uint64_t Function;
28 unsigned char Kind;
29 unsigned char AlwaysInstrument;
30 unsigned char Version;
31 unsigned char Padding[13]; // Need 32 bytes
32 uint64_t function() const { in function()
38 uint64_t address() const { in address()