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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.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 *pbstrVersio
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h17 HRESULT (__stdcall Obj::*Func)(BSTR *)) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp83 case PDB_BuiltinType::BSTR:
84 return "BSTR";
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Dndis_events.c47 BSTR bsQueryLanguage, bsQuery;
67 BSTR bsQueryLanguage, bsQuery;
89 BSTR bsNetworkResource, bsUser, bsPassword, bsLocale, bsAuthority;
388 BSTR strParam, IWbemClassObject __RPC_FAR *pObjParam)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp117 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) {
166 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) {
167 BSTR Value = nullptr;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h352 BSTR = 30, member in class:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp63 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, BSTR, OS)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp167 case PDB_BuiltinType::BSTR:
168 return ConstString("BSTR");

Completed in 179 milliseconds