LLVM 22.0.0git
llvm::ELFYAML::MipsABIFlags Struct Reference

#include "llvm/ObjectYAML/ELFYAML.h"

Inheritance diagram for llvm::ELFYAML::MipsABIFlags:
[legend]

Public Member Functions

 MipsABIFlags ()
Public Member Functions inherited from llvm::ELFYAML::Section
 Section (ChunkKind Kind, bool IsImplicit=false)
virtual std::vector< std::pair< StringRef, bool > > getEntries () const
Public Member Functions inherited from llvm::ELFYAML::Chunk
 Chunk (ChunkKind K, bool Implicit)
virtual ~Chunk ()

Static Public Member Functions

static bool classof (const Chunk *S)
Static Public Member Functions inherited from llvm::ELFYAML::Section
static bool classof (const Chunk *S)

Public Attributes

llvm::yaml::Hex16 Version
MIPS_ISA ISALevel
llvm::yaml::Hex8 ISARevision
MIPS_AFL_REG GPRSize
MIPS_AFL_REG CPR1Size
MIPS_AFL_REG CPR2Size
MIPS_ABI_FP FpABI
MIPS_AFL_EXT ISAExtension
MIPS_AFL_ASE ASEs
MIPS_AFL_FLAGS1 Flags1
llvm::yaml::Hex32 Flags2
Public Attributes inherited from llvm::ELFYAML::Section
ELF_SHT Type
std::optional< ELF_SHF > Flags
std::optional< llvm::yaml::Hex64 > Address
std::optional< StringRefLink
llvm::yaml::Hex64 AddressAlign
std::optional< llvm::yaml::Hex64 > EntSize
std::optional< yaml::BinaryRefContent
std::optional< llvm::yaml::Hex64 > Size
unsigned OriginalSecNdx
std::optional< llvm::yaml::Hex64 > ShAddrAlign
std::optional< llvm::yaml::Hex64 > ShName
std::optional< llvm::yaml::Hex64 > ShOffset
std::optional< llvm::yaml::Hex64 > ShSize
std::optional< llvm::yaml::Hex64 > ShFlags
std::optional< ELF_SHT > ShType
Public Attributes inherited from llvm::ELFYAML::Chunk
ChunkKind Kind
StringRef Name
std::optional< llvm::yaml::Hex64 > Offset
bool IsImplicit

Additional Inherited Members

Public Types inherited from llvm::ELFYAML::Chunk
enum class  ChunkKind {
  Dynamic , Group , RawContent , Relocation ,
  Relr , NoBits , Note , Hash ,
  GnuHash , Verdef , Verneed , StackSizes ,
  SymtabShndxSection , Symver , ARMIndexTable , MipsABIFlags ,
  Addrsig , LinkerOptions , DependentLibraries , CallGraphProfile ,
  BBAddrMap , SpecialChunksStart , Fill = SpecialChunksStart , SectionHeaderTable
}

Detailed Description

Definition at line 702 of file ELFYAML.h.

Constructor & Destructor Documentation

◆ MipsABIFlags()

llvm::ELFYAML::MipsABIFlags::MipsABIFlags ( )
inline

Definition at line 715 of file ELFYAML.h.

References MipsABIFlags(), and llvm::ELFYAML::Section::Section().

Referenced by MipsABIFlags().

Member Function Documentation

◆ classof()

bool llvm::ELFYAML::MipsABIFlags::classof ( const Chunk * S)
inlinestatic

Definition at line 717 of file ELFYAML.h.

References llvm::ELFYAML::Chunk::Kind, and llvm::ELFYAML::Chunk::MipsABIFlags.

Member Data Documentation

◆ ASEs

MIPS_AFL_ASE llvm::ELFYAML::MipsABIFlags::ASEs

Definition at line 711 of file ELFYAML.h.

◆ CPR1Size

MIPS_AFL_REG llvm::ELFYAML::MipsABIFlags::CPR1Size

Definition at line 707 of file ELFYAML.h.

◆ CPR2Size

MIPS_AFL_REG llvm::ELFYAML::MipsABIFlags::CPR2Size

Definition at line 708 of file ELFYAML.h.

◆ Flags1

MIPS_AFL_FLAGS1 llvm::ELFYAML::MipsABIFlags::Flags1

Definition at line 712 of file ELFYAML.h.

◆ Flags2

llvm::yaml::Hex32 llvm::ELFYAML::MipsABIFlags::Flags2

Definition at line 713 of file ELFYAML.h.

◆ FpABI

MIPS_ABI_FP llvm::ELFYAML::MipsABIFlags::FpABI

Definition at line 709 of file ELFYAML.h.

◆ GPRSize

MIPS_AFL_REG llvm::ELFYAML::MipsABIFlags::GPRSize

Definition at line 706 of file ELFYAML.h.

◆ ISAExtension

MIPS_AFL_EXT llvm::ELFYAML::MipsABIFlags::ISAExtension

Definition at line 710 of file ELFYAML.h.

◆ ISALevel

MIPS_ISA llvm::ELFYAML::MipsABIFlags::ISALevel

Definition at line 704 of file ELFYAML.h.

◆ ISARevision

llvm::yaml::Hex8 llvm::ELFYAML::MipsABIFlags::ISARevision

Definition at line 705 of file ELFYAML.h.

◆ Version

llvm::yaml::Hex16 llvm::ELFYAML::MipsABIFlags::Version

Definition at line 703 of file ELFYAML.h.


The documentation for this struct was generated from the following file: