LLVM API Documentation

Public Types | Public Member Functions
llvm::RuntimeDyldMachOAArch64 Class Reference

#include <RuntimeDyldMachOAArch64.h>

Inheritance diagram for llvm::RuntimeDyldMachOAArch64:
Inheritance graph
[legend]
Collaboration diagram for llvm::RuntimeDyldMachOAArch64:
Collaboration graph
[legend]

List of all members.

Public Types

typedef uint64_t TargetPtrT

Public Member Functions

 RuntimeDyldMachOAArch64 (RTDyldMemoryManager *MM)
unsigned getMaxStubSize () override
unsigned getStubAlignment () override
int64_t decodeAddend (const RelocationEntry &RE) const
 Extract the addend encoded in the instruction / memory location.
void encodeAddend (uint8_t *LocalAddress, unsigned NumBytes, MachO::RelocationInfoType RelType, int64_t Addend) const
 Extract the addend encoded in the instruction.
relocation_iterator processRelocationRef (unsigned SectionID, relocation_iterator RelI, ObjectImage &ObjImg, ObjSectionToIDMap &ObjSectionToID, const SymbolTableMap &Symbols, StubMap &Stubs) override
 Parses one or more object file relocations (some object files use relocation pairs) and stores it to Relocations or SymbolRelocations (this depends on the object file type).
void resolveRelocation (const RelocationEntry &RE, uint64_t Value) override
 A object file specific relocation resolver.
void finalizeSection (ObjectImage &ObjImg, unsigned SectionID, const SectionRef &Section)

Detailed Description

Definition at line 20 of file RuntimeDyldMachOAArch64.h.


Member Typedef Documentation

Definition at line 24 of file RuntimeDyldMachOAArch64.h.


Constructor & Destructor Documentation

Definition at line 26 of file RuntimeDyldMachOAArch64.h.


Member Function Documentation

void llvm::RuntimeDyldMachOAArch64::encodeAddend ( uint8_t *  LocalAddress,
unsigned  NumBytes,
MachO::RelocationInfoType  RelType,
int64_t  Addend 
) const [inline]
void llvm::RuntimeDyldMachOAArch64::finalizeSection ( ObjectImage ObjImg,
unsigned  SectionID,
const SectionRef Section 
) [inline]

Definition at line 362 of file RuntimeDyldMachOAArch64.h.

Implements llvm::RuntimeDyldImpl.

Definition at line 29 of file RuntimeDyldMachOAArch64.h.

Implements llvm::RuntimeDyldImpl.

Definition at line 31 of file RuntimeDyldMachOAArch64.h.

relocation_iterator llvm::RuntimeDyldMachOAArch64::processRelocationRef ( unsigned  SectionID,
relocation_iterator  RelI,
ObjectImage Obj,
ObjSectionToIDMap ObjSectionToID,
const SymbolTableMap Symbols,
StubMap Stubs 
) [inline, override, virtual]
void llvm::RuntimeDyldMachOAArch64::resolveRelocation ( const RelocationEntry RE,
uint64_t  Value 
) [inline, override, virtual]

The documentation for this class was generated from the following file: