LLVM 17.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 465 of file MCAssembler.h.

Member Data Documentation

◆ Count

uint64_t llvm::MCAssembler::CGProfileEntry::Count

Definition at line 468 of file MCAssembler.h.

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

◆ From

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

Definition at line 466 of file MCAssembler.h.

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

◆ To

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

Definition at line 467 of file MCAssembler.h.

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


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