LLVM 19.0.0git
Public Attributes | List of all members
llvm::orc::PerfJITDebugInfoRecord Struct Reference

#include "llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h"

Public Attributes

PerfJITRecordPrefix Prefix
 
uint64_t CodeAddr
 
std::vector< PerfJITDebugEntryEntries
 

Detailed Description

Definition at line 57 of file PerfSharedStructs.h.

Member Data Documentation

◆ CodeAddr

uint64_t llvm::orc::PerfJITDebugInfoRecord::CodeAddr

◆ Entries

std::vector<PerfJITDebugEntry> llvm::orc::PerfJITDebugInfoRecord::Entries

◆ Prefix

PerfJITRecordPrefix llvm::orc::PerfJITDebugInfoRecord::Prefix

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