Searched refs:RuntimeDyldMachO (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 47 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend() 55 RuntimeDyldMachO::processScatteredVANILLA( in processScatteredVANILLA() 58 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, in processScatteredVANILLA() 98 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef() 141 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel() 149 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() 164 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress() 181 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection( in populateIndirectSymbolPointersSection() 223 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile() 346 std::unique_ptr<RuntimeDyldMachO> [all …]
|
D | RuntimeDyldMachO.h | 27 class RuntimeDyldMachO : public RuntimeDyldImpl { 52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() function 86 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, 125 static std::unique_ptr<RuntimeDyldMachO> 146 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO { 157 : RuntimeDyldMachO(MemMgr, Resolver) {} in RuntimeDyldMachOCRTPBase()
|
D | CMakeLists.txt | 8 RuntimeDyldMachO.cpp
|
D | RuntimeDyld.cpp | 1151 static std::unique_ptr<RuntimeDyldMachO> 1156 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO() 1157 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend() 54 RuntimeDyldMachO::processScatteredVANILLA( in processScatteredVANILLA() 57 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID) { in processScatteredVANILLA() 95 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef() 138 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel() 146 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() 161 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress() 178 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection( in populateIndirectSymbolPointersSection() 220 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile() 343 std::unique_ptr<RuntimeDyldMachO> [all …]
|
D | RuntimeDyldMachO.h | 27 class RuntimeDyldMachO : public RuntimeDyldImpl { 52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() function 86 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID); 124 static std::unique_ptr<RuntimeDyldMachO> 145 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO { 156 : RuntimeDyldMachO(MemMgr, Resolver) {} in RuntimeDyldMachOCRTPBase()
|
D | CMakeLists.txt | 7 RuntimeDyldMachO.cpp
|
D | RuntimeDyld.cpp | 1013 static std::unique_ptr<RuntimeDyldMachO> 1018 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO() 1019 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 24 bool RuntimeDyldMachO:: 40 bool RuntimeDyldMachO:: 78 bool RuntimeDyldMachO::resolveARMRelocation(uintptr_t Address, uintptr_t Value, in resolveARMRelocation() 134 bool RuntimeDyldMachO:: 273 bool RuntimeDyldMachO:: 403 bool RuntimeDyldMachO::loadObject(MemoryBuffer *InputBuffer) { in loadObject() 492 void RuntimeDyldMachO::reassignSymbolAddress(StringRef Name, uint8_t *Addr) { in reassignSymbolAddress() 515 bool RuntimeDyldMachO::isKnownFormat(const MemoryBuffer *InputBuffer) { in isKnownFormat()
|
D | RuntimeDyld.cpp | 67 if (RuntimeDyldMachO::isKnownFormat(InputBuffer)) in loadObject() 68 Dyld = new RuntimeDyldMachO(MM); in loadObject()
|
D | RuntimeDyldImpl.h | 98 class RuntimeDyldMachO : public RuntimeDyldImpl { 136 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {} in RuntimeDyldMachO() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 307 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 193 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 404 llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp \
|
D | BUILD.gn | 279 "llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1070 ${LLVM_DIR}/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
|