LLVM 20.0.0git
|
#include "llvm/CodeGen/AsmPrinter.h"
Public Member Functions | |
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 348 of file AsmPrinter.h.
void AsmPrinter::XRayFunctionEntry::emit | ( | int | Bytes, |
MCStreamer * | Out | ||
) | const |
Definition at line 4190 of file AsmPrinter.cpp.
References AlwaysInstrument, assert(), llvm::MCStreamer::emitBinaryData(), llvm::MCStreamer::emitZeros(), Kind, and Version.
bool llvm::AsmPrinter::XRayFunctionEntry::AlwaysInstrument |
Definition at line 352 of file AsmPrinter.h.
Referenced by emit().
Definition at line 353 of file AsmPrinter.h.
Definition at line 350 of file AsmPrinter.h.
SledKind llvm::AsmPrinter::XRayFunctionEntry::Kind |
Definition at line 351 of file AsmPrinter.h.
Referenced by emit().
Definition at line 349 of file AsmPrinter.h.
uint8_t llvm::AsmPrinter::XRayFunctionEntry::Version |
Definition at line 354 of file AsmPrinter.h.
Referenced by emit().