Searched refs:RuntimeDyldELF (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 220 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() function in llvm::RuntimeDyldELF 223 RuntimeDyldELF::~RuntimeDyldELF() {} in ~RuntimeDyldELF() 225 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames() 236 std::unique_ptr<RuntimeDyldELF> 237 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create() 242 return make_unique<RuntimeDyldELF>(MemMgr, Resolver); in create() 252 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() 263 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 336 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 364 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() [all …]
|
D | RuntimeDyldELF.h | 27 class RuntimeDyldELF : public RuntimeDyldImpl { 165 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, 167 ~RuntimeDyldELF() override; 169 static std::unique_ptr<RuntimeDyldELF>
|
D | CMakeLists.txt | 7 RuntimeDyldELF.cpp
|
D | RuntimeDyldCheckerImpl.h | 21 friend class RuntimeDyldELF; variable
|
D | RuntimeDyld.cpp | 1140 static std::unique_ptr<RuntimeDyldELF> 1144 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF() 1145 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 186 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() function in llvm::RuntimeDyldELF 189 RuntimeDyldELF::~RuntimeDyldELF() {} in ~RuntimeDyldELF() 191 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames() 203 void RuntimeDyldELF::deregisterEHFrames() { in deregisterEHFrames() 215 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() 226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 281 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 306 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() 445 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 496 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation() [all …]
|
D | RuntimeDyldELF.h | 27 class RuntimeDyldELF : public RuntimeDyldImpl { 161 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, 163 ~RuntimeDyldELF() override;
|
D | CMakeLists.txt | 6 RuntimeDyldELF.cpp
|
D | RuntimeDyldCheckerImpl.h | 21 friend class RuntimeDyldELF; variable
|
D | RuntimeDyld.cpp | 1003 static std::unique_ptr<RuntimeDyldELF> 1007 std::unique_ptr<RuntimeDyldELF> Dyld(new RuntimeDyldELF(MM, Resolver)); in createRuntimeDyldELF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.h | 20 class RuntimeDyldELFMips : public RuntimeDyldELF { 27 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 82 its file format and creates an instance of either RuntimeDyldELF or
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 82 its file format and creates an instance of either RuntimeDyldELF or
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 403 llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp \
|
D | BUILD.gn | 278 "llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1069 ${LLVM_DIR}/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
|