Searched refs:ZeroFillSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManager.cpp | 30 SegInfo() : WorkingMem(nullptr), ContentSize(0), ZeroFillSize(0) {} in SegInfo() 35 uint64_t ZeroFillSize; member 51 alignTo(KV.second.ContentSize + KV.second.ZeroFillSize, in finalize() 155 alignTo(Seg.ContentSize + Seg.ZeroFillSize, EPC.getPageSize())); in completeAllocation() 159 SegInfo.ZeroFillSize = Seg.ZeroFillSize; in completeAllocation()
|
| H A D | MapperJITLinkMemoryManager.cpp | 90 auto TotalSize = Seg.ContentSize + Seg.ZeroFillSize; in allocate() 100 SI.ZeroFillSize = Seg.ZeroFillSize; in allocate()
|
| H A D | MemoryMapper.cpp | 73 auto Size = Segment.ContentSize + Segment.ZeroFillSize; in initialize() 82 Segment.ZeroFillSize); in initialize() 354 std::memset(Base + Segment.ContentSize, 0, Segment.ZeroFillSize); in initialize() 360 SegReq.Size = Segment.ContentSize + Segment.ZeroFillSize; in initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 69 Seg.ZeroFillSize = SegEndOffset - Seg.ContentSize; in BasicLayout() 74 << ", zero-fill-size=" << formatv("{0:x}", Seg.ZeroFillSize) in BasicLayout() 92 uint64_t SegSize = alignTo(Seg.ContentSize + Seg.ZeroFillSize, PageSize); in getContiguousPageBasedLayoutSizes() 324 alignTo(Seg.ContentSize + Seg.ZeroFillSize, MemMgr.PageSize); in applyProtections() 442 SegAddr += alignTo(Seg.ContentSize + Seg.ZeroFillSize, PageSize); in allocate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.h | 36 size_t ZeroFillSize; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 231 uint64_t ZeroFillSize = 0; variable
|