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

/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h79 /// mapSectionAddress - map a section to its target address space value.
83 virtual void mapSectionAddress(const void *LocalAddress, function in class:llvm::MCJIT
85 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h114 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
H A DExecutionEngine.h245 /// mapSectionAddress - map a section to its target address space value.
249 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) { function in class:llvm::ExecutionEngine
255 // object have been relocated using mapSectionAddress. When this method is
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp53 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, function in class:llvm::RuntimeDyldImpl
542 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, function in class:llvm::RuntimeDyld
544 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
H A DRuntimeDyldImpl.h325 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/freebsd-10.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp259 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first), Addr);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp691 engine.mapSectionAddress((void*)record.m_host_address, record.m_process_address);

Completed in 125 milliseconds