class ELFSectionRef

Declaration

class ELFSectionRef : public SectionRef { /* full declaration omitted */ };

Description

This is a value type class that represents a single section in the list of sections in the object file.

Declared at: llvm/include/llvm/Object/ELFObjectFile.h:113

Inherits from: SectionRef

Member Variables

Method Overview

Inherited from SectionRef:

Methods

ELFSectionRef(const llvm::object::SectionRef& B)

Declared at: llvm/include/llvm/Object/ELFObjectFile.h:115

Parameters

const llvm::object::SectionRef& B

uint64_t getFlags() const

Declared at: llvm/include/llvm/Object/ELFObjectFile.h:127

const llvm::object::ELFObjectFileBase* getObject()
    const

Declared at: llvm/include/llvm/Object/ELFObjectFile.h:119

uint64_t getOffset() const

Declared at: llvm/include/llvm/Object/ELFObjectFile.h:131

uint32_t getType() const

Declared at: llvm/include/llvm/Object/ELFObjectFile.h:123