LLVM 20.0.0git
|
#include "llvm/ObjectYAML/ELFYAML.h"
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::BinaryRef > | Pattern |
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 } |
Definition at line 315 of file ELFYAML.h.
References llvm::ELFYAML::Chunk::Fill, and llvm::ELFYAML::Chunk::Kind.
std::optional<yaml::BinaryRef> llvm::ELFYAML::Fill::Pattern |
Definition at line 310 of file ELFYAML.h.
Referenced by llvm::yaml::fillMapping().
llvm::yaml::Hex64 llvm::ELFYAML::Fill::Size |
Definition at line 311 of file ELFYAML.h.
Referenced by llvm::yaml::fillMapping().