Lines Matching refs:LLDB_REGISTER_METHOD

296   LLDB_REGISTER_METHOD(  in RegisterMethods()
301 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetCoerceResultToId, in RegisterMethods()
304 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetUnwindOnError, (bool)); in RegisterMethods()
307 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetIgnoreBreakpoints, in RegisterMethods()
311 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetFetchDynamicValue, in RegisterMethods()
315 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTimeoutInMicroSeconds, in RegisterMethods()
319 LLDB_REGISTER_METHOD(void, SBExpressionOptions, in RegisterMethods()
322 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTryAllThreads, (bool)); in RegisterMethods()
324 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetStopOthers, (bool)); in RegisterMethods()
327 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTrapExceptions, (bool)); in RegisterMethods()
328 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetLanguage, in RegisterMethods()
330 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetGenerateDebugInfo, ()); in RegisterMethods()
331 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetGenerateDebugInfo, in RegisterMethods()
333 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetSuppressPersistentResult, in RegisterMethods()
335 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetSuppressPersistentResult, in RegisterMethods()
339 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetPrefix, (const char *)); in RegisterMethods()
340 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAutoApplyFixIts, ()); in RegisterMethods()
341 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetAutoApplyFixIts, (bool)); in RegisterMethods()
342 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetTopLevel, ()); in RegisterMethods()
343 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetTopLevel, (bool)); in RegisterMethods()
344 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAllowJIT, ()); in RegisterMethods()
345 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetAllowJIT, (bool)); in RegisterMethods()
346 LLDB_REGISTER_METHOD(uint64_t, SBExpressionOptions, GetRetriesWithFixIts, ()); in RegisterMethods()
347 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetRetriesWithFixIts, in RegisterMethods()