Home
last modified time | relevance | path

Searched refs:BSTR (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDMSVCSetupApi.h142 STDMETHOD(GetInstanceId)(_Out_ BSTR *pbstrInstanceId) = 0;
165 STDMETHOD(GetInstallationName)(_Out_ BSTR *pbstrInstallationName) = 0;
175 STDMETHOD(GetInstallationPath)(_Out_ BSTR *pbstrInstallationPath) = 0;
185 STDMETHOD(GetInstallationVersion)(_Out_ BSTR *pbstrInstallationVersion) = 0;
196 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
207 STDMETHOD(GetDescription)(_In_ LCID lcid, _Out_ BSTR *pbstrDescription) = 0;
221 (_In_opt_z_ LPCOLESTR pwszRelativePath, _Out_ BSTR *pbstrAbsolutePath) = 0;
272 (_Outptr_result_maybenull_ BSTR *pbstrProductPath) = 0;
395 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIAUtils.h17 HRESULT (__stdcall Obj::*Func)(BSTR *)) { in invokeBstrMethod() argument
/freebsd-11-stable/contrib/wpa/src/drivers/
HDndis_events.c47 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecQuery()
67 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecNotificationQueryAsync()
89 BSTR bsNetworkResource, bsUser, bsPassword, bsLocale, bsAuthority; in call_IWbemLocator_ConnectServer()
388 BSTR strParam, IWbemClassObject __RPC_FAR *pObjParam) in ndis_events_set_status()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyBuiltinDumper.cpp83 case PDB_BuiltinType::BSTR: in getTypeName()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBTypes.h350 BSTR = 30, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp117 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in PrivateGetDIAValue() argument
166 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in DumpDIAValue() argument
167 BSTR Value = nullptr; in DumpDIAValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp63 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, BSTR, OS) in operator <<()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp167 case PDB_BuiltinType::BSTR: in GetPDBBuiltinTypeName()