HomeSort by: relevance | last modified time | path
    Searched defs:mapSectionAddress (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 241 /// mapSectionAddress - map a section to its target address space value.
245 virtual void mapSectionAddress(const void *LocalAddress,
272 /// object have been relocated using mapSectionAddress. When this method is
ExecutionEngine.h 241 /// mapSectionAddress - map a section to its target address space value.
245 virtual void mapSectionAddress(const void *LocalAddress,
272 /// object have been relocated using mapSectionAddress. When this method is
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 158 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
1376 void RuntimeDyld::mapSectionAddress(const void *LocalAddress,
1378 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
RuntimeDyld.cpp 158 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
1376 void RuntimeDyld::mapSectionAddress(const void *LocalAddress,
1378 Dyld->mapSectionAddress(LocalAddress, TargetAddress);

Completed in 125 milliseconds