HomeSort by relevance Sort by last modified time
    Searched refs:mapSectionAddress (Results 1 - 11 of 11) 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 48 virtual void mapSectionAddress(const void *LocalAddress,
119 assert(PFC && "mapSectionAddress called on finalized LinkedObjectSet");
146 void mapSectionAddress(const void *LocalAddress,
148 assert(PFC && "mapSectionAddress called on finalized LinkedObjectSet");
149 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet");
150 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr);
324 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress,
326 (*H)->mapSectionAddress(LocalAddress, TargetAddr);
OrcRemoteTargetClient.h 191 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextCodeAddr);
203 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextRODataAddr);
216 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextRWDataAddr);
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 148 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress,
153 LastCalled = "mapSectionAddress";
162 EXPECT_EQ("mapSectionAddress", LastCalled);
263 // Test mapSectionAddress
267 T1.mapSectionAddress(H, Buffer, MockAddress);
335 TransformLayer.mapSectionAddress(ObjSet, nullptr, 0);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 60 // MCJIT::mapSectionAddress, (in preparation for later copying to a new location
246 /// object have been relocated using mapSectionAddress. When this method is
277 /// mapSectionAddress - map a section to its target address space value.
281 void mapSectionAddress(const void *LocalAddress,
283 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 247 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
ExecutionEngine.h 232 /// mapSectionAddress - map a section to its target address space value.
236 virtual void mapSectionAddress(const void *LocalAddress,
263 /// object have been relocated using mapSectionAddress. When this method is
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 205 void mapSectionAddress(const void *LocalAddress,
209 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress);
361 // mapSectionAddress calls appropriately.
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 525 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr);
605 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 152 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
    [all...]
RuntimeDyldImpl.h 284 // won't be interleaved between modules. It is also used in mapSectionAddress
472 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);

Completed in 187 milliseconds