Searched defs:dontNeedIfMmap (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | MemoryBuffer.h | 83 virtual void dontNeedIfMmap() {} in dontNeedIfMmap() function |
/llvm-project/llvm/lib/Support/ | ||
H A D | MemoryBuffer.cpp | 248 void dontNeedIfMmap() override { MFR.dontNeed(); } dontNeedIfMmap() function in __anon20b436020311::MemoryBufferMMapFile |