LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h"
Public Attributes | |
PerfJITRecordPrefix | Prefix |
uint64_t | CodeAddr |
std::vector< PerfJITDebugEntry > | Entries |
Definition at line 57 of file PerfSharedStructs.h.
uint64_t llvm::orc::PerfJITDebugInfoRecord::CodeAddr |
Definition at line 60 of file PerfSharedStructs.h.
Referenced by llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::deserialize(), llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::serialize(), and llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::size().
std::vector<PerfJITDebugEntry> llvm::orc::PerfJITDebugInfoRecord::Entries |
Definition at line 61 of file PerfSharedStructs.h.
Referenced by llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::deserialize(), llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::serialize(), and llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::size().
PerfJITRecordPrefix llvm::orc::PerfJITDebugInfoRecord::Prefix |
Definition at line 58 of file PerfSharedStructs.h.
Referenced by llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::deserialize(), llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::serialize(), and llvm::orc::shared::SPSSerializationTraits< SPSPerfJITDebugInfoRecord, PerfJITDebugInfoRecord >::size().