Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDDistro.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()
HDDriver.cpp204 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in Driver()
1828 SmallString<128> VFS; in generateCompilationDiagnostics() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/WindowsDriver/
HDMSVCPaths.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-14-stable/contrib/llvm-project/clang/lib/Basic/
HDSanitizerSpecialCaseList.cpp19 llvm::vfs::FileSystem &VFS, in create()
32 llvm::vfs::FileSystem &VFS) { in createOrDie()
HDProfileList.cpp48 llvm::vfs::FileSystem &VFS, in create()
58 llvm::vfs::FileSystem &VFS) { in createOrDie()
HDDarwinSDKInfo.cpp132 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Interpreter/
HDDeviceOffload.h46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrecompiledPreamble.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()
HDASTUnit.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
HDCompilerInstance.cpp378 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createFileManager()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
HDDependencyScanningService.h61 VFS = 4, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Testing/
HDTestAST.cpp109 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDUtils.h202 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp141 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; member in __anonf77046de0111::EmitAssemblyHelper
214 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in EmitAssemblyHelper()
1297 BackendAction Action, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in EmitBackendOutput()
HDCodeGenAction.cpp113 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in BackendConsumer()
138 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in BackendConsumer()
HDCGCUDANV.cpp730 auto VFS = CGM.getFileSystem(); in makeModuleCtorFunction() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDSpecialCaseList.cpp108 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.cpp79 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver()
211 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRSampleProfile.cpp354 auto VFS = FS ? std::move(FS) : vfs::getRealFileSystem(); in MIRProfileLoaderPass() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDDriver.h80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDGnu.cpp1000 llvm::vfs::FileSystem &VFS; member in __anond807877c0211::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
HDMSVC.cpp48 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDModuleDepCollector.cpp391 llvm::vfs::FileSystem &VFS) { in getModuleContextHash()
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDDriver.cpp569 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in detectWinSysRoot() local

12