Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h449 size_t TargetAllocSize = KV.second.allocatedSize(); in allocateTargetBlocks() local
453 TargetAllocSize); in allocateTargetBlocks()
455 TargetAllocAddr += TargetAllocSize; in allocateTargetBlocks()
474 size_t TargetAllocSize = TargetBlock.allocatedSize(); in copyAndProtect() local
479 Client.writeMem(TargetAllocAddr, HostAllocBegin, TargetAllocSize); in copyAndProtect()