Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h147 STDMETHOD(GetInstanceId)(_Out_ BSTR *pbstrInstanceId) = 0;
170 STDMETHOD(GetInstallationName)(_Out_ BSTR *pbstrInstallationName) = 0;
180 STDMETHOD(GetInstallationPath)(_Out_ BSTR *pbstrInstallationPath) = 0;
277 (_Outptr_result_maybenull_ BSTR *pbstrProductPath) = 0;
400 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
407 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
415 STDMETHOD(GetChip)(_Out_ BSTR *pbstrChip) = 0;
423 STDMETHOD(GetLanguage)(_Out_ BSTR *pbstrLanguage) = 0;
430 STDMETHOD(GetBranch)(_Out_ BSTR *pbstrBranch) = 0;
437 STDMETHOD(GetType)(_Out_ BSTR *pbstrType) = 0;
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h17 HRESULT (__stdcall Obj::*Func)(BSTR *)) { in invokeBstrMethod() argument
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp83 case PDB_BuiltinType::BSTR: in getTypeName()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp117 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in PrivateGetDIAValue() argument
166 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in DumpDIAValue() argument
167 BSTR Value = nullptr; in DumpDIAValue()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h352 BSTR = 30, enumerator
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp62 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, BSTR, OS) in operator <<()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp177 case PDB_BuiltinType::BSTR: in GetPDBBuiltinTypeName()