/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile() local 1561 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in getMainBufferWithPrecompiledPreamble() local 1719 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in create() local 1990 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in LoadFromCommandLine() local
|
H A D | FrontendAction.cpp | 244 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS = in BeginSourceFile() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/DependencyScanning/ |
D | DependencyScanningService.h | 61 VFS = 4, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/DependencyScanning/ |
D | DependencyScanningService.h | 61 VFS = 4, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/DependencyScanning/ |
D | DependencyScanningService.h | 61 VFS = 4, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | Utils.h | 202 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | Utils.h | 202 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | Utils.h | 202 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | Utils.h | 200 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFVCRuntimeSupport.cpp | 159 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in getMSVCToolchainPath() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 100 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
|
H A D | VirtualFileSystem.cpp | 1878 RedirectingFileSystem *VFS = RedirectingFileSystem::create( in collectVFSFromYAML() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
|
/aosp_15_r20/external/clang/include/clang/Driver/ |
H A D | Driver.h | 71 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/ |
D | Driver.h | 80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/ |
D | Driver.h | 80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/ |
D | Driver.h | 80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/ |
D | Driver.h | 80 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | Driver.cpp | 53 IntrusiveRefCntPtr<vfs::FileSystem> VFS) in Driver() 737 SmallString<128> VFS; in generateCompilationDiagnostics() local
|
H A D | ToolChains.cpp | 1855 vfs::FileSystem &VFS; member in __anon9d3d5b010111::FilterNonExistent 1858 FilterNonExistent(StringRef Base, StringRef File, vfs::FileSystem &VFS) in FilterNonExistent() 2014 static bool findMipsAndroidMultilibs(vfs::FileSystem &VFS, StringRef Path, in findMipsAndroidMultilibs()
|
/aosp_15_r20/external/clang/lib/Tooling/ |
H A D | Tooling.cpp | 52 IntrusiveRefCntPtr<vfs::FileSystem> VFS) { in newDriver()
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_common.h | 134 VFS = 0x01, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3234 FieldSeparator VFS; in printFunctionSummary() local 3267 FieldSeparator VFS; in printFunctionSummary() local
|