Home
last modified time | relevance | path

Searched defs:IDebugSymbolGroup2 (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsymgroup.py16 class IDebugSymbolGroup2(Structure): class
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs29755 pub struct IDebugSymbolGroup2(::windows::runtime::IUnknown); struct
29756 impl IDebugSymbolGroup2 { impl
29847 unsafe impl ::windows::runtime::Interface for IDebugSymbolGroup2 { implementation
29861 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDebugSymbolGroup2 { implementation
29866 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDebugSymbolGroup2 { implementation
30876 …'a, IDebugSymbolGroup2>>(&self, flags: u32, update: Param1) -> ::windows::runtime::Result<IDebugSy… in GetScopeSymbolGroup2()
30880 pub unsafe fn CreateSymbolGroup2(&self) -> ::windows::runtime::Result<IDebugSymbolGroup2> { in CreateSymbolGroup2()
31605 …'a, IDebugSymbolGroup2>>(&self, flags: u32, update: Param1) -> ::windows::runtime::Result<IDebugSy… in GetScopeSymbolGroup2()
31609 pub unsafe fn CreateSymbolGroup2(&self) -> ::windows::runtime::Result<IDebugSymbolGroup2> { in CreateSymbolGroup2()
32374 …'a, IDebugSymbolGroup2>>(&self, flags: u32, update: Param1) -> ::windows::runtime::Result<IDebugSy… in GetScopeSymbolGroup2()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs4533 pub type IDebugSymbolGroup2 = *mut ::core::ffi::c_void; typedef