LLVM 22.0.0git
MCAsmInfoGOFF.cpp File Reference

This file defines certain target specific asm properties for GOFF (z/OS) based targets. More...

Go to the source code of this file.

Functions

static void emitCATTR (raw_ostream &OS, StringRef Name, GOFF::ESDRmode Rmode, GOFF::ESDAlignment Alignment, GOFF::ESDLoadingBehavior LoadBehavior, GOFF::ESDExecutable Executable, bool IsReadOnly, uint32_t SortKey, uint8_t FillByteValue, StringRef PartName)
static void emitXATTR (raw_ostream &OS, StringRef Name, GOFF::ESDLinkageType Linkage, GOFF::ESDExecutable Executable, GOFF::ESDBindingScope BindingScope)

Detailed Description

This file defines certain target specific asm properties for GOFF (z/OS) based targets.

Definition in file MCAsmInfoGOFF.cpp.

Function Documentation

◆ emitCATTR()

◆ emitXATTR()