LLVM  8.0.1
Public Attributes | List of all members
llvm::xray::YAMLXRaySledEntry Struct Reference

#include "llvm/XRay/InstrumentationMap.h"

Collaboration diagram for llvm::xray::YAMLXRaySledEntry:
Collaboration graph
[legend]

Public Attributes

int32_t FuncId
 
yaml::Hex64 Address
 
yaml::Hex64 Function
 
SledEntry::FunctionKinds Kind
 
bool AlwaysInstrument
 
std::string FunctionName
 

Detailed Description

Definition at line 56 of file InstrumentationMap.h.

Member Data Documentation

◆ Address

yaml::Hex64 llvm::xray::YAMLXRaySledEntry::Address

◆ AlwaysInstrument

bool llvm::xray::YAMLXRaySledEntry::AlwaysInstrument

◆ FuncId

int32_t llvm::xray::YAMLXRaySledEntry::FuncId

◆ Function

yaml::Hex64 llvm::xray::YAMLXRaySledEntry::Function

◆ FunctionName

std::string llvm::xray::YAMLXRaySledEntry::FunctionName

◆ Kind

SledEntry::FunctionKinds llvm::xray::YAMLXRaySledEntry::Kind

The documentation for this struct was generated from the following file: