Home
last modified time | relevance | path

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

/xnu-10002.41.9/tools/lldbmacros/core/
H A Dpointer.py72 class PointerPolicy(object): class
98 class NativePointer(PointerPolicy):
H A Dcvalue.py30 from .pointer import PointerPolicy
58 self.__ptr = PointerPolicy.match(sbvalue) if usePtrPolicy else None