Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemory.cpp46 << (void *)((char *)MB.base() + MB.allocatedSize()) << " ] (" in operator <<()
47 << MB.allocatedSize() << " bytes)"; in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCDebugObjectRegistrar.cpp22 uint64_t DebugObjSize = TargetMemBlock.allocatedSize(); in writeDebugObjectInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp673 AlreadyAllocated[LoadAddr] = (*Tmp)->MB.allocatedSize(); in remapSectionsAndSymbols()
697 if (NextSectionAddr + CurEntry->MB.allocatedSize() + TargetSectionSep <= in remapSectionsAndSymbols()
704 AlreadyAllocated[NextSectionAddr] = CurEntry->MB.allocatedSize(); in remapSectionsAndSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DMemory.inc124 NearBlock->allocatedSize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp357 SegBlocks[Seg].allocatedSize()}; in allocate()
383 Block.allocatedSize()); in allocate()
415 uint64_t SlabRemainingSize = SlabRemaining.allocatedSize(); in allocate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DMemory.inc116 NearBlock->allocatedSize() : 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h499 memset(MB.base(), 0, MB.allocatedSize()); in reserveMemory()