LLVM 20.0.0git
|
Instances of this class represent a pseudo probe instance for a pseudo probe table entry, which is created during a machine instruction is assembled and uses an address from a temporary label created at the current address in the current section. More...
#include "llvm/MC/MCPseudoProbe.h"
Public Member Functions | |
MCPseudoProbe (MCSymbol *Label, uint64_t Guid, uint64_t Index, uint64_t Type, uint64_t Attributes, uint32_t Discriminator) | |
MCSymbol * | getLabel () const |
void | emit (MCObjectStreamer *MCOS, const MCPseudoProbe *LastProbe) const |
Public Member Functions inherited from llvm::MCPseudoProbeBase | |
MCPseudoProbeBase (uint64_t G, uint64_t I, uint64_t At, uint8_t T, uint32_t D) | |
bool | isEntry () const |
uint64_t | getGuid () const |
uint64_t | getIndex () const |
uint32_t | getDiscriminator () const |
uint8_t | getAttributes () const |
uint8_t | getType () const |
bool | isBlock () const |
bool | isIndirectCall () const |
bool | isDirectCall () const |
bool | isCall () const |
void | setAttributes (uint8_t Attr) |
Additional Inherited Members | |
Protected Attributes inherited from llvm::MCPseudoProbeBase | |
uint64_t | Guid |
uint64_t | Index |
uint32_t | Discriminator |
uint8_t | Attributes |
uint8_t | Type |
Static Protected Attributes inherited from llvm::MCPseudoProbeBase | |
static const uint32_t | PseudoProbeFirstId = 1 |
Instances of this class represent a pseudo probe instance for a pseudo probe table entry, which is created during a machine instruction is assembled and uses an address from a temporary label created at the current address in the current section.
Definition at line 159 of file MCPseudoProbe.h.
|
inline |
Definition at line 163 of file MCPseudoProbe.h.
References assert(), and llvm::MCPseudoProbeBase::Attributes.
void MCPseudoProbe::emit | ( | MCObjectStreamer * | MCOS, |
const MCPseudoProbe * | LastProbe | ||
) | const |
Definition at line 51 of file MCPseudoProbe.cpp.
References llvm::AddressDelta, llvm::MCContext::allocFragment(), assert(), llvm::MCPseudoProbeBase::Attributes, buildSymbolDiff(), llvm::dbgs(), llvm::MCPseudoProbeTable::DdgPrintIndent, llvm::MCPseudoProbeBase::Discriminator, llvm::MCStreamer::emitInt64(), llvm::MCStreamer::emitInt8(), llvm::MCStreamer::emitSLEB128IntValue(), llvm::MCStreamer::emitULEB128IntValue(), llvm::MCObjectStreamer::getAssemblerPtr(), llvm::MCPseudoProbeBase::getAttributes(), llvm::MCStreamer::getContext(), getLabel(), llvm::MCPseudoProbeBase::Guid, llvm::HasDiscriminator, llvm::raw_ostream::indent(), llvm::MCObjectStreamer::insert(), llvm::isSentinelProbe(), and LLVM_DEBUG.
Referenced by llvm::MCPseudoProbeInlineTree::emit().
|
inline |
Definition at line 172 of file MCPseudoProbe.h.
Referenced by emit().