/llvm-project/clang/lib/Driver/ |
H A D | Distro.cpp | 103 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro() argument 23 DetectOsRelease(llvm::vfs::FileSystem & VFS) DetectOsRelease() argument 51 DetectLsbRelease(llvm::vfs::FileSystem & VFS) DetectLsbRelease() argument 211 GetDistro(llvm::vfs::FileSystem & VFS,const llvm::Triple & TargetOrHost) GetDistro() argument 240 Distro(llvm::vfs::FileSystem & VFS,const llvm::Triple & TargetOrHost) Distro() argument [all...] |
/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() 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()
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | BinaryHolder.h | 42 VFS(VFS) VFS() argument 144 IntrusiveRefCntPtr<vfs::FileSystem> VFS; global() variable
|
H A D | BinaryHolder.cpp | 44 BinaryHolder::BinaryHolder(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load() argument 89 load(IntrusiveRefCntPtr<vfs::FileSystem> VFS,StringRef Filename,TimestampTy Timestamp,bool Verbose) load() argument [all...] |
H A D | MachODebugMapParser.cpp | 30 MachODebugMapParser(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,StringRef BinaryPath,ArrayRef<std::string> Archs,ArrayRef<std::string> DSYMSearchPaths,StringRef PathPrefix="",StringRef VariantSuffix="",bool Verbose=false) MachODebugMapParser() argument 858 parseDebugMap(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,StringRef InputFile,ArrayRef<std::string> Archs,ArrayRef<std::string> DSYMSearchPaths,StringRef PrependPath,StringRef VariantSuffix,bool Verbose,bool InputIsYAML) parseDebugMap() argument 871 dumpStab(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,StringRef InputFile,ArrayRef<std::string> Archs,ArrayRef<std::string> DSYMSearchPaths,StringRef PrependPath,StringRef VariantSuffix) dumpStab() argument
|
/llvm-project/clang/unittests/Tooling/DependencyScanning/ |
H A D | DependencyScannerTest.cpp | 86 auto VFS = new llvm::vfs::InMemoryFileSystem(); TEST() local 135 auto VFS = new llvm::vfs::InMemoryFileSystem(); TEST() local 177 auto VFS = new llvm::vfs::InMemoryFileSystem(); TEST() local 219 auto VFS = new llvm::vfs::InMemoryFileSystem(); TEST() local 257 auto VFS = new llvm::vfs::InMemoryFileSystem(); TEST() local [all...] |
/llvm-project/clang/lib/Basic/ |
H A D | SanitizerSpecialCaseList.cpp | 19 llvm::vfs::FileSystem &VFS, in create() 32 llvm::vfs::FileSystem &VFS) { in createOrDie()
|
H A D | ProfileList.cpp | 48 llvm::vfs::FileSystem &VFS, in create() 58 llvm::vfs::FileSystem &VFS) { in createOrDie()
|
H A D | DarwinSDKInfo.cpp | 132 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
|
/llvm-project/clang/lib/Interpreter/ |
H A D | DeviceOffload.h | 46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 57 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createVFSOverlayForPreamblePCH() argument 417 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build() argument 714 AddImplicitPreamble(CompilerInvocation & CI,IntrusiveRefCntPtr<llvm::vfs::FileSystem> & VFS,llvm::MemoryBuffer * MainFileBuffer) const AddImplicitPreamble() argument 721 OverridePreamble(CompilerInvocation & CI,IntrusiveRefCntPtr<llvm::vfs::FileSystem> & VFS,llvm::MemoryBuffer * MainFileBuffer) const OverridePreamble() argument 765 configurePreamble(PreambleBounds Bounds,CompilerInvocation & CI,IntrusiveRefCntPtr<llvm::vfs::FileSystem> & VFS,llvm::MemoryBuffer * MainFileBuffer) const configurePreamble() argument 791 setupPreambleStorage(const PCHStorage & Storage,PreprocessorOptions & PreprocessorOpts,IntrusiveRefCntPtr<llvm::vfs::FileSystem> & VFS) setupPreambleStorage() argument [all...] |
H A D | ASTUnit.cpp | 159 llvm::vfs::FileSystem *VFS, in getBufferForFileHandlingRemapping() argument 807 LoadFromASTFile(const std::string & Filename,const PCHContainerReader & PCHContainerRdr,WhatToLoad ToLoad,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,const FileSystemOptions & FileSystemOpts,std::shared_ptr<HeaderSearchOptions> HSOpts,std::shared_ptr<LangOptions> LangOpts,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,bool AllowASTWithCompilerErrors,bool UserFilesAreVolatile,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromASTFile() argument 1145 Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,std::unique_ptr<llvm::MemoryBuffer> OverrideMainBuffer,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) Parse() argument 1342 getMainBufferWithPrecompiledPreamble(std::shared_ptr<PCHContainerOperations> PCHContainerOps,CompilerInvocation & PreambleInvocationIn,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,bool AllowRebuild,unsigned MaxLines) getMainBufferWithPrecompiledPreamble() argument 1536 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = create() local 1690 LoadFromCompilerInvocation(std::shared_ptr<PCHContainerOperations> PCHContainerOps,unsigned PrecompilePreambleAfterNParses,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromCompilerInvocation() argument 1771 LoadFromCommandLine(const char ** ArgBegin,const char ** ArgEnd,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,StringRef ResourceFilesPath,bool StorePreamblesInMemory,StringRef PreambleStoragePath,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,ArrayRef<RemappedFile> RemappedFiles,bool RemappedFilesKeepOriginalName,unsigned PrecompilePreambleAfterNParses,TranslationUnitKind TUKind,bool CacheCodeCompletionResults,bool IncludeBriefCommentsInCodeCompletion,bool AllowPCHWithCompilerErrors,SkipFunctionBodiesScope SkipFunctionBodies,bool SingleFileParse,bool UserFilesAreVolatile,bool ForSerialization,bool RetainExcludedConditionalBlocks,std::optional<StringRef> ModuleFormat,std::unique_ptr<ASTUnit> * ErrAST,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromCommandLine() argument 1866 Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,ArrayRef<RemappedFile> RemappedFiles,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) Reparse() argument 2307 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = CodeComplete() local [all...] |
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningService.h | 61 VFS = 4, enumerator
|
/llvm-project/clang/unittests/Frontend/ |
H A D | ReparseWorkingDirTest.cpp | 27 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> VFS; member in __anon88c61a0a0111::ReparseWorkingDirTest
|
H A D | CodeGenActionTest.cpp | 86 auto VFS = std::make_unique<llvm::vfs::InMemoryFileSystem>(); TEST() local
|
H A D | ASTUnitTest.cpp | 208 const auto &VFS = FM.getVirtualFileSystem(); TEST_F() local
|
H A D | PCHPreambleTest.cpp | 53 IntrusiveRefCntPtr<ReadCountingInMemoryFileSystem> VFS; member in __anona29cfbbb0111::PCHPreambleTest
|
/llvm-project/clang/unittests/Serialization/ |
H A D | PreambleInNamedModulesTest.cpp | 80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = TEST_F() local [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Compiler.cpp | 132 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in prepareCompilerInstance() argument [all...] |
H A D | HeaderSourceSwitch.cpp | 22 PathRef OriginalFile, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in getCorrespondingHeaderOrSource()
|
/llvm-project/llvm/unittests/Support/ |
H A D | FileCollectorTest.cpp | 173 auto VFS = in TEST() local 268 auto VFS = in TEST() local
|
/llvm-project/clang/lib/Testing/ |
H A D | TestAST.cpp | 109 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); TestAST() local
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPDependencyDirectivesTest.cpp | 77 auto VFS = new llvm::vfs::InMemoryFileSystem(); in TEST_F() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | Utils.h | 202 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
|