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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h58 // MCJIT::mapSectionAddress, (in preparation for later copying to a new location
237 /// object have been relocated using mapSectionAddress. When this method is
268 /// mapSectionAddress - map a section to its target address space value.
272 void mapSectionAddress(const void *LocalAddress,
274 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h227 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DExecutionEngine.h240 /// mapSectionAddress - map a section to its target address space value.
244 virtual void mapSectionAddress(const void *LocalAddress, function in class:llvm::ExecutionEngine
271 /// object have been relocated using mapSectionAddress. When this method is
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp303 Dyld.mapSectionAddress(reinterpret_cast<const void *>(alignAddr(
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, function in class:llvm::RuntimeDyldImpl
1403 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, function in class:llvm::RuntimeDyld
1405 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
H A DRuntimeDyldImpl.h301 // won't be interleaved between modules. It is also used in mapSectionAddress
565 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp673 Dyld.mapSectionAddress(OldAddr, NewAddr);
753 Dyld.mapSectionAddress(CurEntry->MB.base(), NextSectionAddr);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1114 engine.mapSectionAddress((void *)record.m_host_address,

Completed in 143 milliseconds