Home
last modified time | relevance | path

Searched refs:dontNeed (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DMemoryBuffer.cpp226 void dontNeedIfMmap() override { MFR.dontNeed(); } in dontNeedIfMmap()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h1331 void dontNeed() { dontNeedImpl(); } in dontNeed() function