Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/core/
H A Dpointer.py66 class PointerPolicy(object, metaclass=ABCMeta): class
91 class NativePointer(PointerPolicy, metaclass=Singleton):
H A Dcvalue.py24 from .pointer import PointerPolicy
52 self.__ptr = PointerPolicy.match(sbvalue) if usePtrPolicy else None