struct SledEntry
Declaration
struct SledEntry { /* full declaration omitted */ };
Description
Represents an XRay instrumentation sled entry from an object file.
Declared at: llvm/include/llvm/XRay/InstrumentationMap.h:37
Member Variables
- public uint64_t Address
- The address of the sled.
- public uint64_t Function
- The address of the function.
- public llvm::xray::SledEntry::FunctionKinds Kind
- The kind of sled.
- public bool AlwaysInstrument
- Whether the sled was annotated to always be instrumented.