struct StackSizesSection

Declaration

struct StackSizesSection : public Section { /* full declaration omitted */ };

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

Inherits from: Section

Member Variables

public Optional<std::vector<StackSizeEntry>> Entries

Inherited from Section:

public Type
public Flags
public Address
public Link
public AddressAlign
public EntSize
public Content
public Size
public OriginalSecNdx
public ShAddrAlign
public ShName
public ShOffset
public ShSize
public ShFlags
public ShType

Inherited from Chunk:

public Kind
public Name
public Offset
public IsImplicit

Method Overview

Inherited from Section:

Inherited from Chunk:

    Methods

    StackSizesSection()

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

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

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

    Parameters

    const llvm::ELFYAML::Chunk* S

    std::vector<std::pair<StringRef, bool>>
    getEntries() const

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

    static bool nameMatches(llvm::StringRef Name)

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

    Parameters

    llvm::StringRef Name