Lines Matching refs:RuntimeDyld

70 void RuntimeDyld::LoadedObjectInfo::anchor() {}  in anchor()
1219 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in finalizeAsync()
1222 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> Info) { in finalizeAsync()
1272 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress()
1282 RuntimeDyld::MemoryManager::TLSSection
1283 RuntimeDyld::MemoryManager::allocateTLSSection(uintptr_t Size, in allocateTLSSection()
1290 void RuntimeDyld::MemoryManager::anchor() {} in anchor()
1294 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyld() function in llvm::RuntimeDyld
1307 RuntimeDyld::~RuntimeDyld() = default;
1311 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldCOFF()
1313 RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) { in createRuntimeDyldCOFF()
1322 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldELF()
1324 RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) { in createRuntimeDyldELF()
1334 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldMachO()
1337 RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) { in createRuntimeDyldMachO()
1345 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>
1346 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject()
1373 void *RuntimeDyld::getSymbolLocalAddress(StringRef Name) const { in getSymbolLocalAddress()
1379 unsigned RuntimeDyld::getSymbolSectionID(StringRef Name) const { in getSymbolSectionID()
1384 JITEvaluatedSymbol RuntimeDyld::getSymbol(StringRef Name) const { in getSymbol()
1390 std::map<StringRef, JITEvaluatedSymbol> RuntimeDyld::getSymbolTable() const { in getSymbolTable()
1396 void RuntimeDyld::resolveRelocations() { Dyld->resolveRelocations(); } in resolveRelocations()
1398 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
1402 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
1407 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError()
1409 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString()
1411 void RuntimeDyld::finalizeWithMemoryManagerLocking() { in finalizeWithMemoryManagerLocking()
1422 StringRef RuntimeDyld::getSectionContent(unsigned SectionID) const { in getSectionContent()
1427 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress()
1432 void RuntimeDyld::registerEHFrames() { in registerEHFrames()
1437 void RuntimeDyld::deregisterEHFrames() { in deregisterEHFrames()
1446 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, in jitLinkForORC()
1449 RuntimeDyld::LoadedObjectInfo &LoadedObj, in jitLinkForORC()
1453 std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> in jitLinkForORC()
1456 RuntimeDyld RTDyld(MemMgr, Resolver); in jitLinkForORC()