Home
last modified time | relevance | path

Searched defs:VFS (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp22 static Distro::DistroType DetectOsRelease(llvm::vfs::FileSystem &VFS) { in DetectOsRelease()
50 static Distro::DistroType DetectLsbRelease(llvm::vfs::FileSystem &VFS) { in DetectLsbRelease()
104 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro()
218 static Distro::DistroType GetDistro(llvm::vfs::FileSystem &VFS, in GetDistro()
247 Distro::Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) in Distro()
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp63 getHighestNumericTupleInDirectory(llvm::vfs::FileSystem &VFS, in getHighestNumericTupleInDirectory()
88 static bool getWindows10SDKVersionFromPath(llvm::vfs::FileSystem &VFS, in getWindows10SDKVersionFromPath()
98 llvm::vfs::FileSystem &VFS, std::optional<llvm::StringRef> WinSdkDir, in getWindowsSDKDirViaCommandLine()
394 Triple::ArchType TargetArch, vfs::FileSystem &VFS) { in useUniversalCRT()
401 bool getWindowsSDKDir(vfs::FileSystem &VFS, std::optional<StringRef> WinSdkDir, in getWindowsSDKDir()
463 bool getUniversalCRTSdkDir(vfs::FileSystem &VFS, in getUniversalCRTSdkDir()
494 bool findVCToolChainViaCommandLine(vfs::FileSystem &VFS, in findVCToolChainViaCommandLine()
521 bool findVCToolChainViaEnvironment(vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaEnvironment()
630 bool findVCToolChainViaSetupConfig(vfs::FileSystem &VFS, in findVCToolChainViaSetupConfig()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp20 llvm::vfs::FileSystem &VFS, in create()
33 llvm::vfs::FileSystem &VFS) { in createOrDie()
H A DProfileList.cpp47 llvm::vfs::FileSystem &VFS, std::string &Error) { in create()
56 llvm::vfs::FileSystem &VFS) { in createOrDie()
H A DWarnings.cpp48 llvm::vfs::FileSystem &VFS, in ProcessWarningOptions()
H A DDarwinSDKInfo.cpp156 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
H A DFileManager.cpp683 getVirtualFileSystem().visit([](llvm::vfs::FileSystem &VFS) { in PrintStats()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.h47 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp57 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createVFSOverlayForPreamblePCH()
416 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build()
712 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in AddImplicitPreamble()
719 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in OverridePreamble()
763 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in configurePreamble()
789 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) { in setupPreambleStorage()
H A DASTUnit.cpp155 llvm::vfs::FileSystem *VFS, in getBufferForFileHandlingRemapping()
807 bool UserFilesAreVolatile, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromASTFile()
1146 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Parse()
1343 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, in getMainBufferWithPrecompiledPreamble()
1541 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in create() local
1698 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCompilerInvocation()
1784 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCommandLine()
1880 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Reparse()
2321 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in CodeComplete() local
H A DCompilerInstance.cpp332 void CompilerInstance::createDiagnostics(llvm::vfs::FileSystem &VFS, in createDiagnostics()
340 llvm::vfs::FileSystem &VFS, DiagnosticOptions &Opts, in createDiagnostics()
376 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createFileManager()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h831 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
840 : VFS(std::move(VFS)), DiagConsumer(DiagConsumer), in VFS() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h63 VFS = (1 << 2), enumerator
H A DModuleDepCollector.h68 void setVFS(llvm::StringSet<> &&VFS) { VFSMap = std::move(VFS); } in setVFS()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp89 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp161 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp147 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; member in __anon3496e3440111::EmitAssemblyHelper
215 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in EmitAssemblyHelper()
1404 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in emitBackendOutput()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp124 auto VFS = llvm::vfs::getRealFileSystem(); in generateReproducerForInvocationArguments() local
H A Ddriver.cpp346 auto VFS = llvm::vfs::getRealFileSystem(); in clang_main() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp107 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp76 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver()
208 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp357 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h102 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp920 llvm::vfs::FileSystem &VFS; member in __anonf946d5620111::FilterNonExistent
923 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS) in FilterNonExistent()
2203 auto &VFS = D.getVFS(); in init() local
H A DMSVC.cpp43 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()

12