LLVM 17.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 360 of file AsmPrinter.h.
void AsmPrinter::XRayFunctionEntry::emit | ( | int | Bytes, |
MCStreamer * | Out | ||
) | const |
Definition at line 3981 of file AsmPrinter.cpp.
References AlwaysInstrument, assert(), llvm::MCStreamer::emitBinaryData(), llvm::MCStreamer::emitZeros(), Kind, and Version.
bool llvm::AsmPrinter::XRayFunctionEntry::AlwaysInstrument |
Definition at line 364 of file AsmPrinter.h.
Referenced by emit().
Definition at line 365 of file AsmPrinter.h.
Definition at line 362 of file AsmPrinter.h.
SledKind llvm::AsmPrinter::XRayFunctionEntry::Kind |
Definition at line 363 of file AsmPrinter.h.
Referenced by emit().
Definition at line 361 of file AsmPrinter.h.
uint8_t llvm::AsmPrinter::XRayFunctionEntry::Version |
Definition at line 366 of file AsmPrinter.h.
Referenced by emit().