Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp23 static Distro::DistroType DetectOsRelease(llvm::vfs::FileSystem &VFS) { in DetectOsRelease()
51 static Distro::DistroType DetectLsbRelease(llvm::vfs::FileSystem &VFS) { in DetectLsbRelease()
102 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro()
210 static Distro::DistroType GetDistro(llvm::vfs::FileSystem &VFS, in GetDistro()
239 Distro::Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) in Distro()
H A DDriver.cpp194 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in Driver()
1803 SmallString<128> VFS; in generateCompilationDiagnostics() local
/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()
390 Triple::ArchType TargetArch, vfs::FileSystem &VFS) { in useUniversalCRT()
397 bool getWindowsSDKDir(vfs::FileSystem &VFS, std::optional<StringRef> WinSdkDir, in getWindowsSDKDir()
452 bool getUniversalCRTSdkDir(vfs::FileSystem &VFS, in getUniversalCRTSdkDir()
477 bool findVCToolChainViaCommandLine(vfs::FileSystem &VFS, in findVCToolChainViaCommandLine()
504 bool findVCToolChainViaEnvironment(vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaEnvironment()
613 bool findVCToolChainViaSetupConfig(vfs::FileSystem &VFS, in findVCToolChainViaSetupConfig()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp19 llvm::vfs::FileSystem &VFS, in create()
32 llvm::vfs::FileSystem &VFS) { in createOrDie()
H A DProfileList.cpp48 llvm::vfs::FileSystem &VFS, in create()
58 llvm::vfs::FileSystem &VFS) { in createOrDie()
H A DDarwinSDKInfo.cpp132 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.h46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp56 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createVFSOverlayForPreamblePCH()
416 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build()
713 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in AddImplicitPreamble()
720 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in OverridePreamble()
764 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in configurePreamble()
790 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) { in setupPreambleStorage()
H A DASTUnit.cpp158 llvm::vfs::FileSystem *VFS, in getBufferForFileHandlingRemapping()
795 bool UserFilesAreVolatile, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromASTFile()
1133 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Parse()
1330 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, in getMainBufferWithPrecompiledPreamble()
1523 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in create() local
1677 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCompilerInvocation()
1758 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCommandLine()
1853 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Reparse()
2294 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in CodeComplete() local
H A DCompilerInstance.cpp378 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createFileManager()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp108 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST() local
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h202 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp130 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; member in __anon17f9cc0c0111::EmitAssemblyHelper
203 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in EmitAssemblyHelper()
1284 BackendAction Action, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in EmitBackendOutput()
H A DCodeGenAction.cpp113 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in BackendConsumer()
141 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in BackendConsumer()
H A DCGCUDANV.cpp717 auto VFS = CGM.getFileSystem(); in makeModuleCtorFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp108 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp79 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver()
211 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp354 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp995 llvm::vfs::FileSystem &VFS; member in __anon4107102a0211::FilterNonExistent
998 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS) in FilterNonExistent()
1143 static bool findMipsAndroidMultilibs(llvm::vfs::FileSystem &VFS, StringRef Path, in findMipsAndroidMultilibs()
2315 auto &VFS = D.getVFS(); in init() local
H A DMSVC.cpp48 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp322 llvm::vfs::FileSystem &VFS) { in getModuleContextHash()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp578 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in detectWinSysRoot() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2146 IntrusiveRefCntPtr<vfs::FileSystem> VFS) in PGOInstrumentationUse()

12