LLVM 23.0.0git
SystemZTargetStreamer.cpp File Reference

This file defines SystemZ-specific target streamer classes. More...

Go to the source code of this file.

Functions

static void emitPPA1Flags (MCStreamer &OutStreamer, bool VarArg, bool StackProtector, bool FPRMask, bool VRMask, bool EHBlock, bool HasArgAreaLength, bool HasName)
static void emitPPA1Name (MCStreamer &OutStreamer, StringRef OutName)

Detailed Description

This file defines SystemZ-specific target streamer classes.

These are for implementing support for target-specific assembly directives.

Definition in file SystemZTargetStreamer.cpp.

Function Documentation

◆ emitPPA1Flags()

void emitPPA1Flags ( MCStreamer & OutStreamer,
bool VarArg,
bool StackProtector,
bool FPRMask,
bool VRMask,
bool EHBlock,
bool HasArgAreaLength,
bool HasName )
static

◆ emitPPA1Name()