Home
last modified time | relevance | path

Searched refs:TargetAllocAddr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h447 JITTargetAddress TargetAllocAddr = TargetSegmentAddr; in allocateTargetBlocks() local
452 sys::MemoryBlock(jitTargetAddressToPointer<void *>(TargetAllocAddr), in allocateTargetBlocks()
455 TargetAllocAddr += TargetAllocSize; in allocateTargetBlocks()
456 assert(TargetAllocAddr - TargetSegmentAddr <= in allocateTargetBlocks()
475 auto TargetAllocAddr = pointerToJITTargetAddress(TargetBlock.base()); in copyAndProtect() local
479 Client.writeMem(TargetAllocAddr, HostAllocBegin, TargetAllocSize); in copyAndProtect()