Home
last modified time | relevance | path

Searched refs:RuntimeDyldMachO (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h27 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()
DRuntimeDyldMachO.cpp46 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 …]
DCMakeLists.txt7 RuntimeDyldMachO.cpp
DRuntimeDyld.cpp1013 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/
DRuntimeDyldMachO.cpp24 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()
DRuntimeDyld.cpp67 if (RuntimeDyldMachO::isKnownFormat(InputBuffer)) in loadObject()
68 Dyld = new RuntimeDyldMachO(MM); in loadObject()
DRuntimeDyldImpl.h98 class RuntimeDyldMachO : public RuntimeDyldImpl {
136 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {} in RuntimeDyldMachO() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h136 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldMachOARM.h193 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
/external/llvm/docs/
DMCJITDesignAndImplementation.rst83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base