Home
last modified time | relevance | path

Searched refs:RuntimeDyldELF (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp220 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 …]
DRuntimeDyldELF.h27 class RuntimeDyldELF : public RuntimeDyldImpl {
165 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
167 ~RuntimeDyldELF() override;
169 static std::unique_ptr<RuntimeDyldELF>
DCMakeLists.txt7 RuntimeDyldELF.cpp
DRuntimeDyldCheckerImpl.h21 friend class RuntimeDyldELF; variable
DRuntimeDyld.cpp1140 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/
DRuntimeDyldELF.cpp186 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 …]
DRuntimeDyldELF.h27 class RuntimeDyldELF : public RuntimeDyldImpl {
161 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
163 ~RuntimeDyldELF() override;
DCMakeLists.txt6 RuntimeDyldELF.cpp
DRuntimeDyldCheckerImpl.h21 friend class RuntimeDyldELF; variable
DRuntimeDyld.cpp1003 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/
DRuntimeDyldELFMips.h20 class RuntimeDyldELFMips : public RuntimeDyldELF {
27 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DMCJITDesignAndImplementation.rst82 its file format and creates an instance of either RuntimeDyldELF or
/external/llvm/docs/
DMCJITDesignAndImplementation.rst82 its file format and creates an instance of either RuntimeDyldELF or
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk403 llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp \
DBUILD.gn278 "llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp",
/external/swiftshader/
DCMakeLists.txt1069 ${LLVM_DIR}/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp