|
LLVM 22.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 } |
|
inline |
Definition at line 331 of file ELFYAML.h.
References llvm::ELFYAML::Chunk::Chunk(), and Fill().
Referenced by Fill().
Definition at line 333 of file ELFYAML.h.
References llvm::ELFYAML::Chunk::Chunk(), llvm::ELFYAML::Chunk::Fill, and llvm::ELFYAML::Chunk::Kind.
| std::optional<yaml::BinaryRef> llvm::ELFYAML::Fill::Pattern |
Definition at line 328 of file ELFYAML.h.
Referenced by llvm::yaml::fillMapping().
| llvm::yaml::Hex64 llvm::ELFYAML::Fill::Size |
Definition at line 329 of file ELFYAML.h.
Referenced by llvm::yaml::fillMapping().