Home
last modified time | relevance | path

Searched refs:mapSectionAddress (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h78 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
DExecutionEngine.h277 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) { in mapSectionAddress() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h305 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
307 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp64 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl
792 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyld
794 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
DRuntimeDyldImpl.h387 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr); in notifyObjectLoaded()
/external/llvm/docs/
DMCJITDesignAndImplementation.rst131 The client remaps the section address by calling MCJIT::mapSectionAddress.
135 When MCJIT::mapSectionAddress is called, MCJIT passes the call on to
/external/lldb/source/Expression/
DIRExecutionUnit.cpp669 engine.mapSectionAddress((void*)record.m_host_address, record.m_process_address); in ReportAllocations()