Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:RuntimeDyldImpl

18 #include "RuntimeDyldImpl.h"
28 RuntimeDyldImpl::~RuntimeDyldImpl() {}
33 void RuntimeDyldImpl::resolveRelocations() {
48 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
61 ObjectImage *RuntimeDyldImpl::createObjectImage(ObjectBuffer *InputBuffer) {
65 ObjectImage *RuntimeDyldImpl::loadObject(ObjectBuffer *InputBuffer) {
175 void RuntimeDyldImpl::emitCommonSymbols(ObjectImage &Obj,
216 unsigned RuntimeDyldImpl::emitSection(ObjectImage &Obj,
303 unsigned RuntimeDyldImpl::findOrEmitSection(ObjectImage &Obj,
319 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
324 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
341 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr) {
389 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID,
404 void RuntimeDyldImpl::resolveRelocationEntry(const RelocationEntry &RE,
420 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
427 void RuntimeDyldImpl::resolveExternalSymbols() {