Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp45 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend()
52 RelocationValueRef RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef()
88 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
105 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve()
120 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress()
137 void RuntimeDyldMachO::populateIndirectSymbolPointersSection( in populateIndirectSymbolPointersSection()
176 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()
284 std::unique_ptr<RuntimeDyldMachO>
285 RuntimeDyldMachO::create(Triple::ArchType Arch, in create()
304 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject()
DRuntimeDyldMachO.h27 class RuntimeDyldMachO : public RuntimeDyldImpl {
52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() function
119 static std::unique_ptr<RuntimeDyldMachO>
140 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO {
151 : RuntimeDyldMachO(MemMgr, Resolver) {} in RuntimeDyldMachOCRTPBase()
DCMakeLists.txt7 RuntimeDyldMachO.cpp
DAndroid.mk13 RuntimeDyldMachO.cpp
DRuntimeDyld.cpp881 static std::unique_ptr<RuntimeDyldMachO>
886 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO()
887 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h112 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
DRuntimeDyldMachOI386.h191 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID) { in processI386ScatteredVANILLA()
DRuntimeDyldMachOARM.h178 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
/external/llvm/docs/
DMCJITDesignAndImplementation.rst83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch940 + RuntimeDyldMachO.cpp