Searched refs:RuntimeDyldImpl (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 67 RuntimeDyldImpl::~RuntimeDyldImpl() = default; 74 void RuntimeDyldImpl::registerEHFrames() {} in registerEHFrames() 76 void RuntimeDyldImpl::deregisterEHFrames() { in deregisterEHFrames() 121 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations() 145 void RuntimeDyldImpl::resolveLocalRelocations() { in resolveLocalRelocations() 160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() 181 Expected<RuntimeDyldImpl::ObjSectionToIDMap> 182 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl() 535 Error RuntimeDyldImpl::computeTotalAllocSize( in computeTotalAllocSize() 650 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { in computeGOTSize() [all …]
|
H A D | RuntimeDyldCOFF.h | 26 class RuntimeDyldCOFF : public RuntimeDyldImpl { 41 : RuntimeDyldImpl(MemMgr, Resolver), PointerSize(PointerSize), in RuntimeDyldCOFF()
|
H A D | RuntimeDyldImpl.h | 238 class RuntimeDyldImpl { 257 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1)) 459 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl() function 465 virtual ~RuntimeDyldImpl(); 555 std::unique_ptr<RuntimeDyldImpl> This,
|
H A D | RuntimeDyldMachO.h | 26 class RuntimeDyldMachO : public RuntimeDyldImpl { 53 : RuntimeDyldImpl(MemMgr, Resolver) {} in RuntimeDyldMachO()
|
H A D | RuntimeDyldCOFF.cpp | 35 RuntimeDyldImpl &RTDyld, in LoadedCOFFObjectInfo()
|
H A D | RuntimeDyldELF.h | 16 #include "RuntimeDyldImpl.h" 26 class RuntimeDyldELF : public RuntimeDyldImpl {
|
H A D | RuntimeDyldMachO.cpp | 32 LoadedMachOObjectInfo(RuntimeDyldImpl &RTDyld, in LoadedMachOObjectInfo()
|
H A D | RuntimeDyldELF.cpp | 133 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedELFObjectInfo() 219 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {} in RuntimeDyldELF()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyld.h | 56 class RuntimeDyldImpl; variable 70 friend class RuntimeDyldImpl; variable 75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() 87 RuntimeDyldImpl &RTDyld; 300 std::unique_ptr<RuntimeDyldImpl> Dyld;
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOARM.h | 36 auto Flags = RuntimeDyldImpl::getJITSymbolFlags(SR); in getJITSymbolFlags()
|