Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h360 assert(HostSegBlocks.count(Seg) && "No allocation for segment"); in getWorkingMemory()
361 return {static_cast<char *>(HostSegBlocks[Seg].base()), in getWorkingMemory()
362 HostSegBlocks[Seg].allocatedSize()}; in getWorkingMemory()
384 AllocationMap HostSegBlocks; variable
427 HostSegBlocks[KV.first] = in allocateHostBlocks()
448 for (const auto &KV : HostSegBlocks) { in allocateTargetBlocks()
472 const sys::MemoryBlock &HostBlock = HostSegBlocks.lookup(KV.first); in copyAndProtect()