Home
last modified time | relevance | path

Searched refs:RuntimeDyld (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h31 class RuntimeDyld {
34 RuntimeDyld(const RuntimeDyld &) LLVM_DELETED_FUNCTION;
35 void operator=(const RuntimeDyld &) LLVM_DELETED_FUNCTION;
47 RuntimeDyld(RTDyldMemoryManager *);
48 ~RuntimeDyld();
DRuntimeDyldChecker.h66 RuntimeDyldChecker(RuntimeDyld &RTDyld, in RuntimeDyldChecker()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp678 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) { in RuntimeDyld() function in llvm::RuntimeDyld
690 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 …]
DLLVMBuild.txt1 ;===- ./lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt ----------*- Conf -*--===;
20 name = RuntimeDyld
DCMakeLists.txt3 RuntimeDyld.cpp
DAndroid.mk9 RuntimeDyld.cpp \
/external/llvm/docs/
DMCJITDesignAndImplementation.rst9 engine and the RuntimeDyld component. It is intended as a high level
39 the RuntimeDyld wrapper class. This member will be used for
80 having been retrieved from an ObjectCache, it is passed to RuntimeDyld to
81 be loaded. The RuntimeDyld wrapper class examines the object to determine
147 RuntimeDyld::resolveRelocations. This function will attempt to locate any
153 may not be a valid pointer in the host process.) RuntimeDyld will then
159 Next, RuntimeDyld::resolveRelocations iterates through the list of
171 RuntimeDyld::getEHFrameSection, and if a non-zero result is returned
/external/llvm/tools/llvm-rtdyld/
DCMakeLists.txt6 RuntimeDyld
DMakefile12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
DLLVMBuild.txt22 required_libraries = JIT MC Object RuntimeDyld Support all-targets
Dllvm-rtdyld.cpp175 RuntimeDyld Dyld(&MemMgr); in printLineInfoForInput()
234 RuntimeDyld Dyld(&MemMgr); in executeInput()
349 RuntimeDyld Dyld(&MemMgr); in linkAndVerify()
/external/llvm/lib/ExecutionEngine/
DMakefile14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
DCMakeLists.txt13 add_subdirectory(RuntimeDyld)
DLLVMBuild.txt19 subdirectories = Interpreter JIT MCJIT RuntimeDyld IntelJITEvents OProfileJIT
/external/llvm/lib/ExecutionEngine/MCJIT/
DLLVMBuild.txt22 required_libraries = Core ExecutionEngine Object RuntimeDyld Support Target
DMCJIT.h214 RuntimeDyld Dyld;
/external/llvm/
DAndroid.mk15 lib/ExecutionEngine/RuntimeDyld \
DCODE_OWNERS.TXT75 D: MCJIT, RuntimeDyld and JIT event listeners
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch22 lib/ExecutionEngine/RuntimeDyld/Android.mk | 18 +++
95 create mode 100644 lib/ExecutionEngine/RuntimeDyld/Android.mk
174 + lib/ExecutionEngine/RuntimeDyld \
924 diff --git a/lib/ExecutionEngine/RuntimeDyld/Android.mk b/lib/ExecutionEngine/RuntimeDyld/Android.mk
928 +++ b/lib/ExecutionEngine/RuntimeDyld/Android.mk
938 + RuntimeDyld.cpp \