/openbsd-src/gnu/llvm/clang/lib/Driver/ |
H A D | Distro.cpp | 23 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 D | Driver.cpp | 194 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in Driver() 1735 SmallString<128> VFS; in generateCompilationDiagnostics() local
|
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 62 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 D | BinaryHolder.h | 42 : VFS(VFS), Verbose(Verbose) {} in VFS() argument 141 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
|
H A D | BinaryHolder.cpp | 44 Error BinaryHolder::ArchiveEntry::load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load() 89 Error BinaryHolder::ObjectEntry::load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load()
|
H A D | MachODebugMapParser.cpp | 27 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 D | MachOUtils.cpp | 356 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const DebugMap &DM, in generateDsymCompanion()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 56 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 D | ASTUnit.cpp | 160 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 D | CompilerInstance.cpp | 380 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createFileManager()
|
/openbsd-src/gnu/llvm/clang/lib/Testing/ |
H A D | TestAST.cpp | 105 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | Utils.h | 200 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 99 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
|
H A D | VirtualFileSystem.cpp | 2603 std::unique_ptr<RedirectingFileSystem> VFS = RedirectingFileSystem::create( in collectVFSFromYAML() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/ |
H A D | Tooling.cpp | 78 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 D | Gnu.cpp | 1004 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 D | MSVC.cpp | 48 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute()
|
H A D | Darwin.cpp | 2060 std::optional<DarwinSDKInfo> parseSDKSettings(llvm::vfs::FileSystem &VFS, in parseSDKSettings()
|
/openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
H A D | Driver.h | 79 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | Driver.cpp | 548 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in detectWinSysRoot() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3234 FieldSeparator VFS; in printFunctionSummary() local 3267 FieldSeparator VFS; in printFunctionSummary() local
|