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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectTransformLayer.h 85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress,
87 BaseLayer.mapSectionAddress(H, LocalAddress, TargetAddr);
ObjectLinkingLayer.h 64 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) {
67 RTDyld->mapSectionAddress(LocalAddress, TargetAddr);
259 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress,
261 (*H)->mapSectionAddress(LocalAddress, TargetAddr);
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 142 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress,
147 LastCalled = "mapSectionAddress";
156 EXPECT_EQ("mapSectionAddress", LastCalled);
256 // Test mapSectionAddress
260 T1.mapSectionAddress(H, Buffer, MockAddress);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 233 /// mapSectionAddress - map a section to its target address space value.
237 virtual void mapSectionAddress(const void *LocalAddress,
264 /// object have been relocated using mapSectionAddress. When this method is
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 116 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
    [all...]

Completed in 584 milliseconds