Home
last modified time | relevance | path

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

123

/llvm-project/clang/lib/Driver/
H A DDistro.cpp103 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 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()
/llvm-project/llvm/tools/dsymutil/
H A DBinaryHolder.h42 VFS(VFS) VFS() argument
144 IntrusiveRefCntPtr<vfs::FileSystem> VFS; global() variable
H A DBinaryHolder.cpp44 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 DMachODebugMapParser.cpp30 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 DDependencyScannerTest.cpp86 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 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()
/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.h46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; global() variable
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp57 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 DASTUnit.cpp159 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 DDependencyScanningService.h61 VFS = 4, enumerator
/llvm-project/clang/unittests/Frontend/
H A DReparseWorkingDirTest.cpp27 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> VFS; member in __anon88c61a0a0111::ReparseWorkingDirTest
H A DCodeGenActionTest.cpp86 auto VFS = std::make_unique<llvm::vfs::InMemoryFileSystem>(); TEST() local
H A DASTUnitTest.cpp208 const auto &VFS = FM.getVirtualFileSystem(); TEST_F() local
H A DPCHPreambleTest.cpp53 IntrusiveRefCntPtr<ReadCountingInMemoryFileSystem> VFS; member in __anona29cfbbb0111::PCHPreambleTest
/llvm-project/clang/unittests/Serialization/
H A DPreambleInNamedModulesTest.cpp80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = TEST_F() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DCompiler.cpp132 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in prepareCompilerInstance() argument
[all...]
H A DHeaderSourceSwitch.cpp22 PathRef OriginalFile, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in getCorrespondingHeaderOrSource()
/llvm-project/llvm/unittests/Support/
H A DFileCollectorTest.cpp173 auto VFS = in TEST() local
268 auto VFS = in TEST() local
/llvm-project/clang/lib/Testing/
H A DTestAST.cpp109 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); TestAST() local
/llvm-project/clang/unittests/Lex/
H A DPPDependencyDirectivesTest.cpp77 auto VFS = new llvm::vfs::InMemoryFileSystem(); in TEST_F() local
/llvm-project/clang/include/clang/Frontend/
H A DUtils.h202 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local

123