Searched refs:mapSectionAddress (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 272 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 274 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyld.h | 227 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
H A D | ExecutionEngine.h | 240 /// mapSectionAddress - map a section to its target address space value. 244 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 271 /// object have been relocated using mapSectionAddress. When this method is
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl 1402 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyld 1404 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
H A D | RuntimeDyldImpl.h | 565 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 303 Dyld.mapSectionAddress(reinterpret_cast<const void *>(alignAddr( in mapAllocsToRemoteAddrs()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 673 Dyld.mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings() 753 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr); in remapSectionsAndSymbols()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 1115 engine.mapSectionAddress((void *)record.m_host_address, in ReportAllocations()
|