Home
last modified time | relevance | path

Searched refs:IDebugSystemObjects4 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dsysobjs.py16 class IDebugSystemObjects4(Structure): class
20 wrp = partial(WINFUNCTYPE, c_long, POINTER(IDebugSystemObjects4))
78 IDebugSystemObjects4._fields_ = [("lpVtbl", POINTER(IDebugSystemObjects4Vtbl))]
Dclient.py176 self.sysobjects_ptr = cast(ptr, POINTER(sysobjs.IDebugSystemObjects4))