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

#include "llvm/ObjectYAML/ELFYAML.h"

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

Public Member Functions

 Fill ()
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)

Public Attributes

std::optional< yaml::BinaryRefPattern
llvm::yaml::Hex64 Size
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 324 of file ELFYAML.h.

Constructor & Destructor Documentation

◆ Fill()

llvm::ELFYAML::Fill::Fill ( )
inline

Definition at line 328 of file ELFYAML.h.

References llvm::ELFYAML::Chunk::Chunk(), and Fill().

Referenced by Fill().

Member Function Documentation

◆ classof()

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

Member Data Documentation

◆ Pattern

std::optional<yaml::BinaryRef> llvm::ELFYAML::Fill::Pattern

Definition at line 325 of file ELFYAML.h.

Referenced by llvm::yaml::fillMapping().

◆ Size

llvm::yaml::Hex64 llvm::ELFYAML::Fill::Size

Definition at line 326 of file ELFYAML.h.

Referenced by llvm::yaml::fillMapping().


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