class ELFRelocationRef

Declaration

class ELFRelocationRef : public RelocationRef { /* full declaration omitted */ };

Description

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

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

Inherits from: RelocationRef

Member Variables

Method Overview

Inherited from RelocationRef:

Methods

ELFRelocationRef(
    const llvm::object::RelocationRef& B)

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

Parameters

const llvm::object::RelocationRef& B

Expected<int64_t> getAddend() const

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

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

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