Lines Matching refs:LLDB_REGISTER_METHOD_CONST
1000 LLDB_REGISTER_METHOD_CONST(lldb::SBTarget, SBBreakpoint, GetTarget, ()); in RegisterMethods()
1001 LLDB_REGISTER_METHOD_CONST(lldb::break_id_t, SBBreakpoint, GetID, ()); in RegisterMethods()
1002 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsValid, ()); in RegisterMethods()
1003 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, operator bool, ()); in RegisterMethods()
1016 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsOneShot, ()); in RegisterMethods()
1023 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetHitCount, ()); in RegisterMethods()
1024 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetIgnoreCount, ()); in RegisterMethods()
1028 LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetThreadIndex, ()); in RegisterMethods()
1030 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpoint, GetThreadName, ()); in RegisterMethods()
1032 LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpoint, GetQueueName, ()); in RegisterMethods()
1033 LLDB_REGISTER_METHOD_CONST(size_t, SBBreakpoint, GetNumResolvedLocations, in RegisterMethods()
1035 LLDB_REGISTER_METHOD_CONST(size_t, SBBreakpoint, GetNumLocations, ()); in RegisterMethods()
1074 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsHardware, ()); in RegisterMethods()
1080 LLDB_REGISTER_METHOD_CONST(size_t, SBBreakpointList, GetSize, ()); in RegisterMethods()