LLVM 22.0.0git
|
#include "llvm/CodeGen/AsmPrinter.h"
Public Member Functions | |
LLVM_ABI void | emit (int, MCStreamer *) const |
Public Attributes | |
const MCSymbol * | Sled |
const MCSymbol * | Function |
SledKind | Kind |
bool | AlwaysInstrument |
const class Function * | Fn |
uint8_t | Version |
Definition at line 413 of file AsmPrinter.h.
void AsmPrinter::XRayFunctionEntry::emit | ( | int | Bytes, |
MCStreamer * | Out ) const |
Definition at line 4685 of file AsmPrinter.cpp.
References AlwaysInstrument, assert(), llvm::MCStreamer::emitBinaryData(), llvm::MCStreamer::emitZeros(), Kind, and Version.
bool llvm::AsmPrinter::XRayFunctionEntry::AlwaysInstrument |
Definition at line 417 of file AsmPrinter.h.
Referenced by emit().
Definition at line 418 of file AsmPrinter.h.
Definition at line 415 of file AsmPrinter.h.
SledKind llvm::AsmPrinter::XRayFunctionEntry::Kind |
Definition at line 416 of file AsmPrinter.h.
Referenced by emit().
Definition at line 414 of file AsmPrinter.h.
uint8_t llvm::AsmPrinter::XRayFunctionEntry::Version |
Definition at line 419 of file AsmPrinter.h.
Referenced by emit().