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

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

Public Attributes

VTuneLineTable LineTable
 
ExecutorAddr LoadAddr
 
uint64_t LoadSize
 
uint64_t MethodID
 
uint32_t NameSI
 
uint32_t ClassFileSI
 
uint32_t SourceFileSI
 
uint32_t ParentMI
 

Detailed Description

Definition at line 31 of file VTuneSharedStructs.h.

Member Data Documentation

◆ ClassFileSI

uint32_t llvm::orc::VTuneMethodInfo::ClassFileSI

Definition at line 37 of file VTuneSharedStructs.h.

◆ LineTable

VTuneLineTable llvm::orc::VTuneMethodInfo::LineTable

Definition at line 32 of file VTuneSharedStructs.h.

◆ LoadAddr

ExecutorAddr llvm::orc::VTuneMethodInfo::LoadAddr

Definition at line 33 of file VTuneSharedStructs.h.

◆ LoadSize

uint64_t llvm::orc::VTuneMethodInfo::LoadSize

Definition at line 34 of file VTuneSharedStructs.h.

◆ MethodID

uint64_t llvm::orc::VTuneMethodInfo::MethodID

Definition at line 35 of file VTuneSharedStructs.h.

◆ NameSI

uint32_t llvm::orc::VTuneMethodInfo::NameSI

Definition at line 36 of file VTuneSharedStructs.h.

◆ ParentMI

uint32_t llvm::orc::VTuneMethodInfo::ParentMI

Definition at line 39 of file VTuneSharedStructs.h.

◆ SourceFileSI

uint32_t llvm::orc::VTuneMethodInfo::SourceFileSI

Definition at line 38 of file VTuneSharedStructs.h.


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