Searched refs:RuntimeDyldImpl (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h17 #include "RuntimeDyldImpl.h"
28 class RuntimeDyldCOFF : public RuntimeDyldImpl {
42 : RuntimeDyldImpl(MemMgr, Resolver) {}
H A DRuntimeDyldCheckerImpl.h13 #include "RuntimeDyldImpl.h"
20 friend class RuntimeDyldImpl;
43 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; }
66 const RuntimeDyldImpl::StubMap &RTDyldStubs);
H A DRuntimeDyld.cpp18 #include "RuntimeDyldImpl.h"
31 RuntimeDyldImpl::~RuntimeDyldImpl() {}
38 void RuntimeDyldImpl::registerEHFrames() {}
40 void RuntimeDyldImpl::deregisterEHFrames() {}
83 void RuntimeDyldImpl::resolveRelocations() {
116 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
137 RuntimeDyldImpl::ObjSectionToIDMap
138 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) {
339 void RuntimeDyldImpl
[all...]
H A DRuntimeDyldCOFF.cpp31 LoadedCOFFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
H A DRuntimeDyldMachO.h17 #include "RuntimeDyldImpl.h"
27 class RuntimeDyldMachO : public RuntimeDyldImpl {
54 : RuntimeDyldImpl(MemMgr, Resolver) {}
H A DRuntimeDyldImpl.h1 //===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT --*- C++ -*-===//
226 class RuntimeDyldImpl { class in namespace:llvm
247 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1))
432 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, function in class:llvm::RuntimeDyldImpl
438 virtual ~RuntimeDyldImpl();
H A DRuntimeDyldELF.h17 #include "RuntimeDyldImpl.h"
24 class RuntimeDyldELF : public RuntimeDyldImpl {
H A DRuntimeDyldMachO.cpp32 LoadedMachOObjectInfo(RuntimeDyldImpl &RTDyld,
H A DRuntimeDyldChecker.cpp12 #include "RuntimeDyldImpl.h"
873 const RuntimeDyldImpl::StubMap &RTDyldStubs) {
H A DRuntimeDyldELF.cpp109 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
195 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {}
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h33 class RuntimeDyldImpl;
62 friend class RuntimeDyldImpl;
66 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
78 RuntimeDyldImpl &RTDyld;
88 LoadedObjectInfoHelper(RuntimeDyldImpl &RTDyld,
283 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
285 std::unique_ptr<RuntimeDyldImpl> Dyld;

Completed in 123 milliseconds