HomeSort by relevance Sort by last modified time
    Searched refs:mapSectionAddress (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 78 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
ExecutionEngine.h 273 /// mapSectionAddress - map a section to its target address space value.
277 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) {
303 /// object have been relocated using mapSectionAddress. When this method is
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 95 // MCJIT::mapSectionAddress, (in preparation for later copying to a new location
264 /// object have been relocated using mapSectionAddress. When this method is
301 /// mapSectionAddress - map a section to its target address space value.
305 void mapSectionAddress(const void *LocalAddress,
307 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 226 // won't be interleaved between modules. It is also used in mapSectionAddress
387 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
RuntimeDyld.cpp 64 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
792 void RuntimeDyld::mapSectionAddress(const void *LocalAddress,
794 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 669 engine.mapSectionAddress((void*)record.m_host_address, record.m_process_address);

Completed in 257 milliseconds