|
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 402 of file AsmPrinter.h.
| void AsmPrinter::XRayFunctionEntry::emit | ( | int | Bytes, |
| MCStreamer * | Out ) const |
Definition at line 4745 of file AsmPrinter.cpp.
References AlwaysInstrument, assert(), llvm::MCStreamer::emitBinaryData(), llvm::MCStreamer::emitZeros(), Kind, and Version.
| bool llvm::AsmPrinter::XRayFunctionEntry::AlwaysInstrument |
Definition at line 406 of file AsmPrinter.h.
Referenced by emit().
Definition at line 407 of file AsmPrinter.h.
Definition at line 404 of file AsmPrinter.h.
| SledKind llvm::AsmPrinter::XRayFunctionEntry::Kind |
Definition at line 405 of file AsmPrinter.h.
Referenced by emit().
Definition at line 403 of file AsmPrinter.h.
| uint8_t llvm::AsmPrinter::XRayFunctionEntry::Version |
Definition at line 408 of file AsmPrinter.h.
Referenced by emit().