LLVM API Documentation

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

#include <RuntimeDyldMachOI386.h>

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

List of all members.

Public Types

typedef uint32_t TargetPtrT

Public Member Functions

 RuntimeDyldMachOI386 (RTDyldMemoryManager *MM)
unsigned getMaxStubSize () override
unsigned getStubAlignment () override
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 RuntimeDyldMachOI386.h.


Member Typedef Documentation

Definition at line 23 of file RuntimeDyldMachOI386.h.


Constructor & Destructor Documentation

Definition at line 25 of file RuntimeDyldMachOI386.h.


Member Function Documentation

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

Implements llvm::RuntimeDyldImpl.

Definition at line 28 of file RuntimeDyldMachOI386.h.

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

Implements llvm::RuntimeDyldImpl.

Definition at line 30 of file RuntimeDyldMachOI386.h.

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

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