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

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

Public Attributes

std::vector< PerfJITDebugInfoRecordDebugInfoRecords
 
std::vector< PerfJITCodeLoadRecordCodeLoadRecords
 
PerfJITCodeUnwindingInfoRecord UnwindingRecord
 

Detailed Description

Definition at line 79 of file PerfSharedStructs.h.

Member Data Documentation

◆ CodeLoadRecords

std::vector<PerfJITCodeLoadRecord> llvm::orc::PerfJITRecordBatch::CodeLoadRecords

◆ DebugInfoRecords

std::vector<PerfJITDebugInfoRecord> llvm::orc::PerfJITRecordBatch::DebugInfoRecords

◆ UnwindingRecord

PerfJITCodeUnwindingInfoRecord llvm::orc::PerfJITRecordBatch::UnwindingRecord

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