Home
last modified time | relevance | path

Searched refs:dontNeedIfMmap (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMemoryBuffer.h82 virtual void dontNeedIfMmap() {} in dontNeedIfMmap() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DMemoryBuffer.cpp226 void dontNeedIfMmap() override { MFR.dontNeed(); } in dontNeedIfMmap() function in __anon89e3657f0311::MemoryBufferMMapFile
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp2140 mb.dontNeedIfMmap(); in markBuffersAsDontNeed()
2152 mb.dontNeedIfMmap(); in markBuffersAsDontNeed()