Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
100 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro()
207 static Distro::DistroType GetDistro(llvm::vfs::FileSystem &VFS, in GetDistro()
236 Distro::Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) in Distro()
H A DDriver.cpp194 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in Driver()
1735 SmallString<128> VFS; in generateCompilationDiagnostics() local
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp62 getHighestNumericTupleInDirectory(llvm::vfs::FileSystem &VFS, in getHighestNumericTupleInDirectory()
87 static bool getWindows10SDKVersionFromPath(llvm::vfs::FileSystem &VFS, in getWindows10SDKVersionFromPath()
97 llvm::vfs::FileSystem &VFS, std::optional<llvm::StringRef> WinSdkDir, in getWindowsSDKDirViaCommandLine()
389 Triple::ArchType TargetArch, vfs::FileSystem &VFS) { in useUniversalCRT()
396 bool getWindowsSDKDir(vfs::FileSystem &VFS, std::optional<StringRef> WinSdkDir, in getWindowsSDKDir()
451 bool getUniversalCRTSdkDir(vfs::FileSystem &VFS, in getUniversalCRTSdkDir()
476 bool findVCToolChainViaCommandLine(vfs::FileSystem &VFS, in findVCToolChainViaCommandLine()
503 bool findVCToolChainViaEnvironment(vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaEnvironment()
612 bool findVCToolChainViaSetupConfig(vfs::FileSystem &VFS, std::string &Path, in findVCToolChainViaSetupConfig()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DBinaryHolder.h42 : VFS(VFS), Verbose(Verbose) {} in VFS() argument
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.cpp27 MachODebugMapParser(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in MachODebugMapParser()
628 parseDebugMap(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in parseDebugMap()
640 bool dumpStab(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in dumpStab()
H A DMachOUtils.cpp356 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM, in generateDsymCompanion()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp56 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createVFSOverlayForPreamblePCH()
404 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build()
700 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in AddImplicitPreamble()
707 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in OverridePreamble()
751 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in configurePreamble()
777 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) { in setupPreambleStorage()
H A DASTUnit.cpp160 llvm::vfs::FileSystem *VFS, in getBufferForFileHandlingRemapping()
791 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromASTFile()
1125 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Parse()
1322 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, in getMainBufferWithPrecompiledPreamble()
1514 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in create() local
1668 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCompilerInvocation()
1748 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCommandLine()
1837 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Reparse()
2275 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in CodeComplete() local
H A DCompilerInstance.cpp380 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createFileManager()
/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp105 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST() local
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DUtils.h200 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp99 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
H A DVirtualFileSystem.cpp2603 std::unique_ptr<RedirectingFileSystem> VFS = RedirectingFileSystem::create( in collectVFSFromYAML() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp78 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver()
203 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp1004 llvm::vfs::FileSystem &VFS; member in __anon649249b90111::FilterNonExistent
1007 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS) in FilterNonExistent()
1144 static bool findMipsAndroidMultilibs(llvm::vfs::FileSystem &VFS, StringRef Path, in findMipsAndroidMultilibs()
2086 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.cpp2060 std::optional<DarwinSDKInfo> parseSDKSettings(llvm::vfs::FileSystem &VFS, in parseSDKSettings()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h79 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp548 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in detectWinSysRoot() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp3234 FieldSeparator VFS; in printFunctionSummary() local
3267 FieldSeparator VFS; in printFunctionSummary() local

12