Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDVirtualFileSystem.h326 enum class PrintType { Summary, Contents, RecursiveContents }; enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDVirtualFileSystem.cpp165 void FileSystem::dump() const { print(dbgs(), PrintType::RecursiveContents); } in dump()