LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
llvm::ELFYAML::Fill Struct Reference

#include "llvm/ObjectYAML/ELFYAML.h"

Inheritance diagram for llvm::ELFYAML::Fill:
Inheritance graph
[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 309 of file ELFYAML.h.

Constructor & Destructor Documentation

◆ Fill()

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

Definition at line 313 of file ELFYAML.h.

Member Function Documentation

◆ classof()

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

Definition at line 315 of file ELFYAML.h.

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

Member Data Documentation

◆ Pattern

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

Definition at line 310 of file ELFYAML.h.

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

◆ Size

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

Definition at line 311 of file ELFYAML.h.

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


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