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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 61 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) {
64 RTDyld->mapSectionAddress(LocalAddress, TargetAddr);
261 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress,
263 (*H)->mapSectionAddress(LocalAddress, TargetAddr);
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 195 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
ExecutionEngine.h 222 /// mapSectionAddress - map a section to its target address space value.
226 virtual void mapSectionAddress(const void *LocalAddress,
253 /// object have been relocated using mapSectionAddress. When this method is
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 61 // MCJIT::mapSectionAddress, (in preparation for later copying to a new location
236 /// object have been relocated using mapSectionAddress. When this method is
267 /// mapSectionAddress - map a section to its target address space value.
271 void mapSectionAddress(const void *LocalAddress,
273 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 203 void mapSectionAddress(const void *LocalAddress,
207 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress);
338 // mapSectionAddress calls appropriately.
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr);
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 389 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr);
469 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 247 // won't be interleaved between modules. It is also used in mapSectionAddress
422 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
RuntimeDyld.cpp 104 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
    [all...]
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 669 engine.mapSectionAddress((void*)record.m_host_address, record.m_process_address);

Completed in 580 milliseconds