Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:RuntimeDyldImpl

18 #include "RuntimeDyldImpl.h"
67 RuntimeDyldImpl::~RuntimeDyldImpl() {}
74 void RuntimeDyldImpl::registerEHFrames() {}
76 void RuntimeDyldImpl::deregisterEHFrames() {}
119 void RuntimeDyldImpl::resolveRelocations() {
152 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
173 Expected<RuntimeDyldImpl::ObjSectionToIDMap>
174 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) {
410 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj,
504 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj,
538 uint64_t RuntimeDyldImpl::readBytesUnaligned(uint8_t *Src,
552 void RuntimeDyldImpl::writeBytesUnaligned(uint64_t Value, uint8_t *Dst,
568 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj,
652 RuntimeDyldImpl::emitSection(const ObjectFile &Obj,
753 RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj,
772 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
777 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
794 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr,
872 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID,
891 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
902 void RuntimeDyldImpl::resolveExternalSymbols() {