Lines Matching defs:RuntimeDyldImpl
18 #include "RuntimeDyldImpl.h"
28 RuntimeDyldImpl::~RuntimeDyldImpl() {}
32 StringRef RuntimeDyldImpl::getEHFrameSection() {
37 void RuntimeDyldImpl::resolveRelocations() {
52 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
65 ObjectImage *RuntimeDyldImpl::createObjectImage(ObjectBuffer *InputBuffer) {
69 ObjectImage *RuntimeDyldImpl::loadObject(ObjectBuffer *InputBuffer) {
172 void RuntimeDyldImpl::emitCommonSymbols(ObjectImage &Obj,
213 unsigned RuntimeDyldImpl::emitSection(ObjectImage &Obj,
319 unsigned RuntimeDyldImpl::findOrEmitSection(ObjectImage &Obj,
335 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
340 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
357 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr) {
430 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID,
445 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
456 void RuntimeDyldImpl::resolveExternalSymbols() {