Home
last modified time | relevance | path

Searched defs:MapSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp177 getFileSlice(const Twine & FilePath,uint64_t MapSize,uint64_t Offset,bool IsVolatile,std::optional<Align> Alignment) getFileSlice() argument
277 getFileAux(const Twine & Filename,uint64_t MapSize,uint64_t Offset,bool IsText,bool RequiresNullTerminator,bool IsVolatile,std::optional<Align> Alignment) getFileAux() argument
300 getFileSlice(const Twine & Filename,uint64_t MapSize,uint64_t Offset,bool IsVolatile,std::optional<Align> Alignment) getFileSlice() argument
360 shouldUseMmap(sys::fs::file_t FD,size_t FileSize,size_t MapSize,off_t Offset,bool RequiresNullTerminator,int PageSize,bool IsVolatile) shouldUseMmap() argument
414 getReadWriteFile(const Twine & Filename,uint64_t FileSize,uint64_t MapSize,uint64_t Offset) getReadWriteFile() argument
461 getFileSlice(const Twine & Filename,uint64_t MapSize,uint64_t Offset) getFileSlice() argument
469 getOpenFileImpl(sys::fs::file_t FD,const Twine & Filename,uint64_t FileSize,uint64_t MapSize,int64_t Offset,bool RequiresNullTerminator,bool IsVolatile,std::optional<Align> Alignment) getOpenFileImpl() argument
548 getOpenFileSlice(sys::fs::file_t FD,const Twine & Filename,uint64_t MapSize,int64_t Offset,bool IsVolatile,std::optional<Align> Alignment) getOpenFileSlice() argument
[all...]
/llvm-project/libcxx/benchmarks/
H A Dmap.bench.cpp
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h634 const uptr MapSize = RoundedSize + 2 * PageSize; allocate() local
H A Dprimary32.h420 uptr MapSize = 2 * RegionSize; allocateRegionSlow() local
H A Dprimary64.h1044 const uptr MapSize = populateFreeListAndPopBlocks() local