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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 65 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
ExecutionEngine.h 246 /// mapSectionAddress - map a section to its target address space value.
250 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) {
259 /// object have been relocated using mapSectionAddress. When this method is
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 59 /// object have been relocated using mapSectionAddress. When this method is
86 /// mapSectionAddress - map a section to its target address space value.
90 virtual void mapSectionAddress(const void *LocalAddress,
92 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 52 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
558 void RuntimeDyld::mapSectionAddress(const void *LocalAddress,
560 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
RuntimeDyldImpl.h 325 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
  /external/llvm/tools/lli/
lli.cpp 259 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first), Addr);

Completed in 295 milliseconds