LLVM API Documentation

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

#include <RuntimeDyldMachOX86_64.h>

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

List of all members.

Public Types

typedef uint64_t TargetPtrT

Public Member Functions

 RuntimeDyldMachOX86_64 (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 RuntimeDyldMachOX86_64.h.


Member Typedef Documentation

Definition at line 23 of file RuntimeDyldMachOX86_64.h.


Constructor & Destructor Documentation

Definition at line 25 of file RuntimeDyldMachOX86_64.h.


Member Function Documentation

void llvm::RuntimeDyldMachOX86_64::finalizeSection ( ObjectImage ObjImg,
unsigned  SectionID,
const SectionRef Section 
) [inline]

Definition at line 100 of file RuntimeDyldMachOX86_64.h.

unsigned llvm::RuntimeDyldMachOX86_64::getMaxStubSize ( ) [inline, override, virtual]

Implements llvm::RuntimeDyldImpl.

Definition at line 28 of file RuntimeDyldMachOX86_64.h.

Implements llvm::RuntimeDyldImpl.

Definition at line 30 of file RuntimeDyldMachOX86_64.h.

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

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