Searched refs:MapSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp108 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize,
154 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, argument
156 return getFileAux<MemoryBuffer>(FilePath, -1, MapSize, Offset, false,
240 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator,
245 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, argument
252 auto Ret = getOpenFileImpl<MB>(FD, Filename, FileSize, MapSize, Offset,
267 WritableMemoryBuffer::getFileSlice(const Twine &Filename, uint64_t MapSize, argument
269 return getFileAux<WritableMemoryBuffer>(Filename, -1, MapSize, Offset, false,
310 size_t MapSize,
323 if (MapSize <
308 shouldUseMmap(sys::fs::file_t FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize, bool IsVolatile) argument
364 getReadWriteFile(const Twine &Filename, uint64_t FileSize, uint64_t MapSize, uint64_t Offset) argument
411 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset) argument
418 getOpenFileImpl(sys::fs::file_t FD, const Twine &Filename, uint64_t FileSize, uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, bool IsVolatile) argument
489 getOpenFileSlice(sys::fs::file_t FD, const Twine &Filename, uint64_t MapSize, int64_t Offset, bool IsVolatile) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h33 uptr MapSize; member in struct:scudo::LargeBlock::Header
151 const uptr MapSize = RoundedSize + 2 * PageSize; local
153 reinterpret_cast<uptr>(map(nullptr, MapSize, "scudo:secondary",
158 uptr MapEnd = MapBase + MapSize;
191 H->MapSize = MapEnd - MapBase;
202 Stats.add(StatMapped, H->MapSize);
240 Stats.sub(StatMapped, H->MapSize);
243 const uptr Size = H->MapSize;
H A Dprimary32.h229 uptr MapSize = 2 * RegionSize; local
231 map(nullptr, MapSize, "scudo:primary", MAP_ALLOWNOMEM));
234 const uptr MapEnd = MapBase + MapSize;
241 MapSize = RegionSize;
245 MapSize = RegionSize;
247 const uptr End = Region + MapSize;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBuffer.h90 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
93 getOpenFileSlice(sys::fs::file_t FD, const Twine &Filename, uint64_t MapSize,
131 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset,
185 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset,
246 getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset);

Completed in 84 milliseconds