LLVM API Documentation

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

#include <RuntimeDyldMachOARM.h>

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

List of all members.

Public Types

typedef uint32_t TargetPtrT

Public Member Functions

 RuntimeDyldMachOARM (RTDyldMemoryManager *MM)
unsigned getMaxStubSize () override
unsigned getStubAlignment () override
int64_t decodeAddend (const RelocationEntry &RE) const
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 19 of file RuntimeDyldMachOARM.h.


Member Typedef Documentation

Definition at line 26 of file RuntimeDyldMachOARM.h.


Constructor & Destructor Documentation

Definition at line 28 of file RuntimeDyldMachOARM.h.


Member Function Documentation

void llvm::RuntimeDyldMachOARM::finalizeSection ( ObjectImage ObjImg,
unsigned  SectionID,
const SectionRef Section 
) [inline]
unsigned llvm::RuntimeDyldMachOARM::getMaxStubSize ( ) [inline, override, virtual]

Implements llvm::RuntimeDyldImpl.

Definition at line 30 of file RuntimeDyldMachOARM.h.

unsigned llvm::RuntimeDyldMachOARM::getStubAlignment ( ) [inline, override, virtual]

Implements llvm::RuntimeDyldImpl.

Definition at line 32 of file RuntimeDyldMachOARM.h.

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

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