struct Fill

Declaration

struct Fill : public Chunk { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ObjectYAML/ELFYAML.h:282

Inherits from: Chunk

Member Variables

public Optional<yaml::BinaryRef> Pattern
public llvm::yaml::Hex64 Size

Inherited from Chunk:

public Kind
public Name
public Offset
public IsImplicit

Method Overview

  • public Fill()
  • public static bool classof(const llvm::ELFYAML::Chunk * S)

Inherited from Chunk:

    Methods

    Fill()

    Declared at: llvm/include/llvm/ObjectYAML/ELFYAML.h:286

    static bool classof(const llvm::ELFYAML::Chunk* S)

    Declared at: llvm/include/llvm/ObjectYAML/ELFYAML.h:288

    Parameters

    const llvm::ELFYAML::Chunk* S