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
- public ELFRelocationRef(const llvm::object::RelocationRef & B)
- public Expected<int64_t> getAddend() const
- public const llvm::object::ELFObjectFileBase * getObject() const
Inherited from RelocationRef:
- public getObject
- public getOffset
- public getRawDataRefImpl
- public getSymbol
- public getType
- public getTypeName
- public moveNext
Methods
¶ELFRelocationRef(
const llvm::object::RelocationRef& B)
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
Expected<int64_t> getAddend() const
Declared at: llvm/include/llvm/Object/ELFObjectFile.h:213
¶const llvm::object::ELFObjectFileBase* getObject()
const
const llvm::object::ELFObjectFileBase* getObject()
const
Declared at: llvm/include/llvm/Object/ELFObjectFile.h:209