Searched refs:mapSectionAddress (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 78 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
D | ExecutionEngine.h | 277 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) { in mapSectionAddress() function
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 305 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 307 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 64 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()
|
D | RuntimeDyldImpl.h | 387 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.cpp | 140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr); in notifyObjectLoaded()
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 131 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/ |
D | IRExecutionUnit.cpp | 669 engine.mapSectionAddress((void*)record.m_host_address, record.m_process_address); in ReportAllocations()
|