LLVM 19.0.0git
Public Attributes | List of all members
llvm::MCAssembler::CGProfileEntry Struct Reference

#include "llvm/MC/MCAssembler.h"

Public Attributes

const MCSymbolRefExprFrom
 
const MCSymbolRefExprTo
 
uint64_t Count
 

Detailed Description

Definition at line 470 of file MCAssembler.h.

Member Data Documentation

◆ Count

uint64_t llvm::MCAssembler::CGProfileEntry::Count

Definition at line 473 of file MCAssembler.h.

Referenced by llvm::MachObjectWriter::writeObject().

◆ From

const MCSymbolRefExpr* llvm::MCAssembler::CGProfileEntry::From

Definition at line 471 of file MCAssembler.h.

Referenced by llvm::MachObjectWriter::writeObject().

◆ To

const MCSymbolRefExpr* llvm::MCAssembler::CGProfileEntry::To

Definition at line 472 of file MCAssembler.h.

Referenced by llvm::MachObjectWriter::writeObject().


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