Lines Matching refs:RuntimeDyld
1 //===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ----*- C++ -*-===//
15 #include "llvm/ExecutionEngine/RuntimeDyld.h"
396 // RuntimeDyld::resolveRelocations().
457 // RuntimeDyld class implementation
458 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) {
460 // RuntimeDyld is used to load multiple objects. The current implementation
461 // associates a single memory manager with a RuntimeDyld instance. Even
469 RuntimeDyld::~RuntimeDyld() {
473 ObjectImage *RuntimeDyld::loadObject(ObjectBuffer *InputBuffer) {
511 void *RuntimeDyld::getSymbolAddress(StringRef Name) {
515 uint64_t RuntimeDyld::getSymbolLoadAddress(StringRef Name) {
519 void RuntimeDyld::resolveRelocations() {
523 void RuntimeDyld::reassignSectionAddress(unsigned SectionID,
528 void RuntimeDyld::mapSectionAddress(const void *LocalAddress,
533 StringRef RuntimeDyld::getErrorString() {