Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp223 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() function in llvm::RuntimeDyldELF
226 RuntimeDyldELF::~RuntimeDyldELF() {} in ~RuntimeDyldELF()
228 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames()
239 std::unique_ptr<RuntimeDyldELF>
240 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create()
245 return std::make_unique<RuntimeDyldELF>(MemMgr, Resolver); in create()
255 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject()
266 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
339 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
367 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
[all …]
DRuntimeDyldELF.h26 class RuntimeDyldELF : public RuntimeDyldImpl {
164 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
166 ~RuntimeDyldELF() override;
168 static std::unique_ptr<RuntimeDyldELF>
DCMakeLists.txt7 RuntimeDyldELF.cpp
DRuntimeDyld.cpp1283 static std::unique_ptr<RuntimeDyldELF>
1287 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF()
1288 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp223 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() function in llvm::RuntimeDyldELF
226 RuntimeDyldELF::~RuntimeDyldELF() {} in ~RuntimeDyldELF()
228 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames()
239 std::unique_ptr<RuntimeDyldELF>
240 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create()
245 return std::make_unique<RuntimeDyldELF>(MemMgr, Resolver); in create()
255 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject()
266 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
339 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
367 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
[all …]
DRuntimeDyldELF.h26 class RuntimeDyldELF : public RuntimeDyldImpl {
165 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
167 ~RuntimeDyldELF() override;
169 static std::unique_ptr<RuntimeDyldELF>
DCMakeLists.txt7 RuntimeDyldELF.cpp
DRuntimeDyld.cpp1304 static std::unique_ptr<RuntimeDyldELF>
1308 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF()
1309 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-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.h19 class RuntimeDyldELFMips : public RuntimeDyldELF {
26 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.h19 class RuntimeDyldELFMips : public RuntimeDyldELF {
26 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/RuntimeDyld/
DBUILD.gn15 "RuntimeDyldELF.cpp",
/external/llvm-project/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-10.0/
DAndroid.bp404 "llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp",
DBUILD.gn517 "llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp",
DCMakeLists.txt405 ${LLVM_DIR}/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp