| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Distro.cpp | 22 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 D | MSVCPaths.cpp | 63 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 D | SanitizerSpecialCaseList.cpp | 20 llvm::vfs::FileSystem &VFS, in create() 33 llvm::vfs::FileSystem &VFS) { in createOrDie()
|
| H A D | ProfileList.cpp | 47 llvm::vfs::FileSystem &VFS, std::string &Error) { in create() 56 llvm::vfs::FileSystem &VFS) { in createOrDie()
|
| H A D | Warnings.cpp | 48 llvm::vfs::FileSystem &VFS, in ProcessWarningOptions()
|
| H A D | DarwinSDKInfo.cpp | 156 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
|
| H A D | FileManager.cpp | 683 getVirtualFileSystem().visit([](llvm::vfs::FileSystem &VFS) { in PrintStats()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | DeviceOffload.h | 47 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 57 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 D | ASTUnit.cpp | 155 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 D | CompilerInstance.cpp | 332 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 D | CompilerInstance.h | 831 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 D | DependencyScanningService.h | 63 VFS = (1 << 2), enumerator
|
| H A D | ModuleDepCollector.h | 68 void setVFS(llvm::StringSet<> &&VFS) { VFSMap = std::move(VFS); } in setVFS()
|
| /freebsd/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 89 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFVCRuntimeSupport.cpp | 161 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 147 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 D | cc1gen_reproducer_main.cpp | 124 auto VFS = llvm::vfs::getRealFileSystem(); in generateReproducerForInvocationArguments() local
|
| H A D | driver.cpp | 346 auto VFS = llvm::vfs::getRealFileSystem(); in clang_main() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 107 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 76 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 D | MIRSampleProfile.cpp | 357 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 102 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.cpp | 920 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 D | MSVC.cpp | 43 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()
|