Home
last modified time | relevance | path

Searched refs:RedirectingFileSystem (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1040 RedirectingFileSystem::RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> FS) in RedirectingFileSystem() function in RedirectingFileSystem
1070 case RedirectingFileSystem::EK_File: in incrementImpl()
1373 static RedirectingFileSystem::Entry *
1439 case RedirectingFileSystem::EK_File: { in uniqueOverlayTree()
1475 RedirectingFileSystem::EntryKind Kind; in parseEntry()
1618 case RedirectingFileSystem::EK_File: in parseEntry()
1750 std::unique_ptr<RedirectingFileSystem>
1768 std::unique_ptr<RedirectingFileSystem> FS( in create()
1793 std::unique_ptr<RedirectingFileSystem> RedirectingFileSystem::create( in create()
1896 RedirectingFileSystem::lookupPathImpl( in lookupPathImpl()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h599 class RedirectingFileSystem : public vfs::FileSystem {
800 RedirectingFileSystem(IntrusiveRefCntPtr<FileSystem> ExternalFS);
821 static std::unique_ptr<RedirectingFileSystem>
827 static std::unique_ptr<RedirectingFileSystem>
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp481 ErrorOr<vfs::RedirectingFileSystem::LookupResult> Result = in GetExternalPath()
482 static_cast<vfs::RedirectingFileSystem &>(*m_fs).lookupPath(path.str()); in GetExternalPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp282 auto &redirecting_vfs = static_cast<vfs::RedirectingFileSystem &>(*vfs); in Verify()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp441 static_cast<vfs::RedirectingFileSystem &>(*vfs).dump(os); in DoExecute()