Searched refs:BSTR (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
H A D | MSVCSetupApi.h | 147 STDMETHOD(GetInstanceId)(_Out_ BSTR *pbstrInstanceId) = 0; 170 STDMETHOD(GetInstallationName)(_Out_ BSTR *pbstrInstallationName) = 0; 180 STDMETHOD(GetInstallationPath)(_Out_ BSTR *pbstrInstallationPath) = 0; 190 STDMETHOD(GetInstallationVersion)(_Out_ BSTR *pbstrInstallationVersion) = 0; 201 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0; 212 STDMETHOD(GetDescription)(_In_ LCID lcid, _Out_ BSTR *pbstrDescription) = 0; 226 (_In_opt_z_ LPCOLESTR pwszRelativePath, _Out_ BSTR *pbstrAbsolutePath) = 0; 277 (_Outptr_result_maybenull_ BSTR *pbstrProductPath) = 0; 400 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0; 407 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIAUtils.h | 17 HRESULT (__stdcall Obj::*Func)(BSTR *)) { in invokeBstrMethod() argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyBuiltinDumper.cpp | 83 case PDB_BuiltinType::BSTR: in getTypeName()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | ndis_events.c | 47 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() 389 BSTR strParam, IWbemClassObject __RPC_FAR *pObjParam) in ndis_events_set_status()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 117 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in PrivateGetDIAValue() argument 166 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in DumpDIAValue() argument 167 BSTR Value = nullptr; in DumpDIAValue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 352 BSTR = 30, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 62 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, BSTR, OS) in operator <<()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 177 case PDB_BuiltinType::BSTR: in GetPDBBuiltinTypeName()
|