Home
last modified time | relevance | path

Searched defs:VFS (Results 1 – 25 of 28) 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()
103 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro()
211 static Distro::DistroType GetDistro(llvm::vfs::FileSystem &VFS, in GetDistro()
240 Distro::Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) in Distro()
H A DDriver.cpp204 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in Driver()
1828 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()
394 Triple::ArchType TargetArch, vfs::FileSystem &VFS) { in useUniversalCRT()
401 bool getWindowsSDKDir(vfs::FileSystem &VFS, std::optional<StringRef> WinSdkDir, in getWindowsSDKDir()
456 bool getUniversalCRTSdkDir(vfs::FileSystem &VFS, in getUniversalCRTSdkDir()
481 bool findVCToolChainViaCommandLine(vfs::FileSystem &VFS, in findVCToolChainViaCommandLine()
508 bool findVCToolChainViaEnvironment(vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaEnvironment()
617 bool findVCToolChainViaSetupConfig(vfs::FileSystem &VFS, in findVCToolChainViaSetupConfig()
/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.cpp57 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createVFSOverlayForPreamblePCH()
417 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build()
714 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in AddImplicitPreamble()
721 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in OverridePreamble()
765 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in configurePreamble()
791 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) { in setupPreambleStorage()
H A DASTUnit.cpp159 llvm::vfs::FileSystem *VFS, in getBufferForFileHandlingRemapping()
807 bool UserFilesAreVolatile, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromASTFile()
1145 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Parse()
1342 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, in getMainBufferWithPrecompiledPreamble()
1536 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in create() local
1690 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCompilerInvocation()
1771 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCommandLine()
1866 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Reparse()
2307 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in CodeComplete() local
H A DCompilerInstance.cpp378 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createFileManager()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningService.h61 VFS = 4, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp132 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp109 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST() local
/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.cpp141 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; member in __anon3496e3440111::EmitAssemblyHelper
214 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in EmitAssemblyHelper()
1297 BackendAction Action, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in EmitBackendOutput()
H A DCodeGenAction.cpp113 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in BackendConsumer()
138 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in BackendConsumer()
H A DCGCUDANV.cpp730 auto VFS = CGM.getFileSystem(); in makeModuleCtorFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp96 createInternal(const std::vector<std::string> & Paths,vfs::FileSystem & VFS,std::string & Error) createInternal() argument
/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.cpp1000 llvm::vfs::FileSystem &VFS; member in __anonf946d5620211::FilterNonExistent
1003 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS) in FilterNonExistent()
1148 static bool findMipsAndroidMultilibs(llvm::vfs::FileSystem &VFS, StringRef Path, in findMipsAndroidMultilibs()
2327 auto &VFS = D.getVFS(); in init() local
H A DMSVC.cpp48 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()
H A DDarwin.cpp2191 std::optional<DarwinSDKInfo> parseSDKSettings(llvm::vfs::FileSystem &VFS, in parseSDKSettings()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp391 llvm::vfs::FileSystem &VFS) { in getModuleContextHash()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp569 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in detectWinSysRoot() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3394 FieldSeparator VFS; in printFunctionSummary() local
3427 FieldSeparator VFS; in printFunctionSummary() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2251 IntrusiveRefCntPtr<vfs::FileSystem> VFS) in PGOInstrumentationUse()

12