Searched refs:GetSDKRoot (Results 1 – 8 of 8) sorted by relevance
35 static llvm::Expected<llvm::StringRef> GetSDKRoot(SDKOptions options);
135 static llvm::Expected<llvm::StringRef> GetSDKRoot(SDKOptions options) { in GetSDKRoot() function
61 HostInfo::GetSDKRoot(HostInfo::SDKOptions{XcodeSDK(std::move(sdk))}); in TEST_F()
131 HostInfo::GetSDKRoot(HostInfo::SDKOptions{XcodeSDK::GetAnyMacOS()}); in GetSDKDirectory()
289 HostInfo::GetSDKRoot(HostInfo::SDKOptions{XcodeSDK(std::move(sdk))}); in GetXcodeSDKDir()
1428 auto path_or_err = HostInfo::GetSDKRoot(HostInfo::SDKOptions{sdk});1464 auto path_or_err = HostInfo::GetSDKRoot(HostInfo::SDKOptions{sdk});
361 HostInfo::GetSDKRoot(SDKOptions{XcodeSDK::GetAnyMacOS()});576 llvm::Expected<llvm::StringRef> HostInfoMacOSX::GetSDKRoot(SDKOptions options) {562 llvm::Expected<llvm::StringRef> HostInfoMacOSX::GetSDKRoot(SDKOptions options) { global() function
1574 HostInfo::GetSDKRoot(HostInfo::SDKOptions{sdk_name.str()}); in RegisterXcodeSDK()