Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp67 if (FreeMB.Free.allocatedSize() >= RequiredSize) { in allocateSection()
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection()
127 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection()
188 size_t TrimmedSize = M.allocatedSize(); in trimBlockToPageSize()
196 assert((Trimmed.allocatedSize() % PageSize) == 0); in trimBlockToPageSize()
198 Trimmed.allocatedSize() <= M.allocatedSize()); in trimBlockToPageSize()
222 return FreeMB.Free.allocatedSize() == 0; in applyMemoryGroupPermissions()
231 Block.allocatedSize()); in invalidateInstructionCache()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DMemory.h34 MemoryBlock(void *addr, size_t allocatedSize) in MemoryBlock() argument
35 : Address(addr), AllocatedSize(allocatedSize) {} in MemoryBlock()
39 size_t allocatedSize() const { return AllocatedSize; } in allocatedSize() function
156 size_t allocatedSize() const { return M.allocatedSize(); } in allocatedSize() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp32 SegBlocks[Seg].allocatedSize()}; in allocate()
49 KV.second.allocatedSize()); in allocate()
69 Block.allocatedSize()); in allocate()
116 assert(SlabRemaining.allocatedSize() >= SegmentSize && in allocate()
121 SlabRemaining.allocatedSize() - SegmentSize); in allocate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DMemory.cpp46 << (void *)((char *)MB.base() + MB.allocatedSize()) << " ] (" in operator <<()
47 << MB.allocatedSize() << " bytes)"; in operator <<()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h362 HostSegBlocks[Seg].allocatedSize()}; in getWorkingMemory()
412 char *SlabAddrEnd = SlabAddr + HostAllocation.allocatedSize(); in allocateHostBlocks()
440 TargetSegmentAddr = Client.reserveMem(Id, HostAllocation.allocatedSize(), in allocateTargetBlocks()
449 size_t TargetAllocSize = KV.second.allocatedSize(); in allocateTargetBlocks()
457 HostAllocation.allocatedSize() && in allocateTargetBlocks()
474 size_t TargetAllocSize = TargetBlock.allocatedSize(); in copyAndProtect()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DEPCDebugObjectRegistrar.cpp48 static_cast<uint64_t>(TargetMem.allocatedSize())); in registerDebugObject()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp674 AlreadyAllocated[LoadAddr] = (*Tmp)->MB.allocatedSize(); in remapSectionsAndSymbols()
698 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <= in remapSectionsAndSymbols()
705 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
DMemory.inc124 NearBlock->allocatedSize()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DMemory.inc116 NearBlock->allocatedSize() : 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h539 memset(MB.base(), 0, MB.allocatedSize()); in reserveMemory()