Searched refs:RuntimeDyld (Results 1 – 19 of 19) sorted by relevance
31 class RuntimeDyld {34 RuntimeDyld(const RuntimeDyld &) LLVM_DELETED_FUNCTION;35 void operator=(const RuntimeDyld &) LLVM_DELETED_FUNCTION;47 RuntimeDyld(RTDyldMemoryManager *);48 ~RuntimeDyld();
66 RuntimeDyldChecker(RuntimeDyld &RTDyld, in RuntimeDyldChecker()
678 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) { in RuntimeDyld() function in llvm::RuntimeDyld690 RuntimeDyld::~RuntimeDyld() { delete Dyld; } in ~RuntimeDyld()706 ObjectImage *RuntimeDyld::loadObject(std::unique_ptr<ObjectFile> InputObject) { in loadObject()729 ObjectImage *RuntimeDyld::loadObject(ObjectBuffer *InputBuffer) { in loadObject()774 void *RuntimeDyld::getSymbolAddress(StringRef Name) { in getSymbolAddress()780 uint64_t RuntimeDyld::getSymbolLoadAddress(StringRef Name) { in getSymbolLoadAddress()786 void RuntimeDyld::resolveRelocations() { Dyld->resolveRelocations(); } in resolveRelocations()788 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()792 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()797 bool RuntimeDyld::hasError() { return Dyld->hasError(); } in hasError()[all …]
1 ;===- ./lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt ----------*- Conf -*--===;20 name = RuntimeDyld
3 RuntimeDyld.cpp
9 RuntimeDyld.cpp \
9 engine and the RuntimeDyld component. It is intended as a high level39 the RuntimeDyld wrapper class. This member will be used for80 having been retrieved from an ObjectCache, it is passed to RuntimeDyld to81 be loaded. The RuntimeDyld wrapper class examines the object to determine147 RuntimeDyld::resolveRelocations. This function will attempt to locate any153 may not be a valid pointer in the host process.) RuntimeDyld will then159 Next, RuntimeDyld::resolveRelocations iterates through the list of171 RuntimeDyld::getEHFrameSection, and if a non-zero result is returned
6 RuntimeDyld
12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
22 required_libraries = JIT MC Object RuntimeDyld Support all-targets
175 RuntimeDyld Dyld(&MemMgr); in printLineInfoForInput()234 RuntimeDyld Dyld(&MemMgr); in executeInput()349 RuntimeDyld Dyld(&MemMgr); in linkAndVerify()
14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
13 add_subdirectory(RuntimeDyld)
19 subdirectories = Interpreter JIT MCJIT RuntimeDyld IntelJITEvents OProfileJIT
22 required_libraries = Core ExecutionEngine Object RuntimeDyld Support Target
214 RuntimeDyld Dyld;
15 lib/ExecutionEngine/RuntimeDyld \
75 D: MCJIT, RuntimeDyld and JIT event listeners
22 lib/ExecutionEngine/RuntimeDyld/Android.mk | 18 +++95 create mode 100644 lib/ExecutionEngine/RuntimeDyld/Android.mk174 + lib/ExecutionEngine/RuntimeDyld \924 diff --git a/lib/ExecutionEngine/RuntimeDyld/Android.mk b/lib/ExecutionEngine/RuntimeDyld/Android.mk928 +++ b/lib/ExecutionEngine/RuntimeDyld/Android.mk938 + RuntimeDyld.cpp \