Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:RuntimeDyldImpl

18 #include "RuntimeDyldImpl.h"
31 RuntimeDyldImpl::~RuntimeDyldImpl() {}
38 void RuntimeDyldImpl::registerEHFrames() {}
40 void RuntimeDyldImpl::deregisterEHFrames() {}
82 void RuntimeDyldImpl::resolveRelocations() {
104 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
142 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) {
325 void RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj,
409 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj,
444 uint64_t RuntimeDyldImpl::readBytesUnaligned(uint8_t *Src,
458 void RuntimeDyldImpl::writeBytesUnaligned(uint64_t Value, uint8_t *Dst,
474 void RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj,
547 unsigned RuntimeDyldImpl::emitSection(const ObjectFile &Obj,
633 unsigned RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj,
649 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
654 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
671 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr,
749 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID,
768 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
779 void RuntimeDyldImpl::resolveExternalSymbols() {