Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:RuntimeDyldImpl

18 #include "RuntimeDyldImpl.h"
30 RuntimeDyldImpl::~RuntimeDyldImpl() {}
39 void RuntimeDyldImpl::registerEHFrames() {}
41 void RuntimeDyldImpl::deregisterEHFrames() {}
44 void RuntimeDyldImpl::resolveRelocations() {
64 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
104 ObjectImage *RuntimeDyldImpl::loadObject(ObjectImage *InputObject) {
232 void RuntimeDyldImpl::computeTotalAllocSize(ObjectImage &Obj,
320 unsigned RuntimeDyldImpl::computeSectionStubBufSize(ObjectImage &Obj,
357 void RuntimeDyldImpl::emitCommonSymbols(ObjectImage &Obj,
396 unsigned RuntimeDyldImpl::emitSection(ObjectImage &Obj,
483 unsigned RuntimeDyldImpl::findOrEmitSection(ObjectImage &Obj,
499 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
504 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
520 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr) {
600 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID,
615 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
626 void RuntimeDyldImpl::resolveExternalSymbols() {