Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
97 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro()
199 static Distro::DistroType GetDistro(llvm::vfs::FileSystem &VFS, in GetDistro()
228 Distro::Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) in Distro()
H A DDarwinSDKInfo.cpp19 driver::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
H A DDriver.cpp134 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in Driver()
1459 SmallString<128> VFS; in generateCompilationDiagnostics() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DBinaryHolder.h42 : VFS(VFS), Verbose(Verbose) {} in VFS() function
141 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
H A DBinaryHolder.cpp44 Error BinaryHolder::ArchiveEntry::load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load()
89 Error BinaryHolder::ObjectEntry::load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load()
H A DMachODebugMapParser.cpp26 MachODebugMapParser(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in MachODebugMapParser()
601 parseDebugMap(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in parseDebugMap()
613 bool dumpStab(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in dumpStab()
H A DMachOUtils.cpp357 bool generateDsymCompanion(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in generateDsymCompanion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp19 llvm::vfs::FileSystem &VFS, in create()
32 llvm::vfs::FileSystem &VFS) { in createOrDie()
H A DProfileList.cpp47 llvm::vfs::FileSystem &VFS, in create()
57 llvm::vfs::FileSystem &VFS) { in createOrDie()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp66 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()
78 static std::string getHighestNumericTupleInDirectory(llvm::vfs::FileSystem &VFS, in getHighestNumericTupleInDirectory()
105 findVCToolChainViaCommandLine(llvm::vfs::FileSystem &VFS, const ArgList &Args, in findVCToolChainViaCommandLine()
133 findVCToolChainViaEnvironment(llvm::vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaEnvironment()
248 findVCToolChainViaSetupConfig(llvm::vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaSetupConfig()
991 static bool getWindows10SDKVersionFromPath(llvm::vfs::FileSystem &VFS, in getWindows10SDKVersionFromPath()
1000 static bool getWindowsSDKDirViaCommandLine(llvm::vfs::FileSystem &VFS, in getWindowsSDKDirViaCommandLine()
1037 static bool getWindowsSDKDir(llvm::vfs::FileSystem &VFS, const ArgList &Args, in getWindowsSDKDir()
1137 static bool getUniversalCRTSdkDir(llvm::vfs::FileSystem &VFS, in getUniversalCRTSdkDir()
H A DGnu.cpp972 llvm::vfs::FileSystem &VFS; member in __anon5b53d9ed0111::FilterNonExistent
975 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS) in FilterNonExistent()
1111 static bool findMipsAndroidMultilibs(llvm::vfs::FileSystem &VFS, StringRef Path, in findMipsAndroidMultilibs()
1961 auto &VFS = D.getVFS(); in init() local
H A DDarwin.cpp1785 Optional<DarwinSDKInfo> parseSDKSettings(llvm::vfs::FileSystem &VFS, in parseSDKSettings()
H A DClang.cpp634 const llvm::vfs::FileSystem &VFS) { in addDebugCompDirArg()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp59 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createVFSOverlayForPreamblePCH()
315 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build()
607 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in AddImplicitPreamble()
614 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in OverridePreamble()
793 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in configurePreamble()
815 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) { in setupPreambleStorage()
H A DCreateInvocationFromCommandLine.cpp29 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool ShouldRecoverOnErorrs, in createInvocationFromCommandLine()
H A DASTUnit.cpp160 llvm::vfs::FileSystem *VFS, in getBufferForFileHandlingRemapping()
778 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in LoadFromASTFile() local
1099 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Parse()
1296 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, in getMainBufferWithPrecompiledPreamble()
1488 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in create() local
1642 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCompilerInvocation()
1722 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCommandLine()
1809 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Reparse()
2245 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in CodeComplete() local
H A DCompilerInstance.cpp371 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createFileManager()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSpecialCaseList.cpp100 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
H A DVirtualFileSystem.cpp2127 std::unique_ptr<RedirectingFileSystem> VFS = RedirectingFileSystem::create( in collectVFSFromYAML() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp78 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver()
184 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h62 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable