Searched refs:SetPrefix (Results 1 – 12 of 12) sorted by relevance
117 …'target.expr-prefix' prefix contents, but before the wrapped expression function body.") SetPrefix;119 SetPrefix (const char *prefix);
221 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix() function in SBExpressionOptions222 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetPrefix, (const char *), in SetPrefix()225 return m_opaque_up->SetPrefix(prefix); in SetPrefix()339 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetPrefix, (const char *)); in RegisterMethods()
83 void SetPrefix(const char *prefix);
27 log.SetPrefix("update: ")
50 log.SetPrefix("starlark: ")
50 log.SetPrefix("star2proto: ")
185 options.SetPrefix(memory_history_asan_command_prefix); in GetHistoryThreads()
131 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
131 options.SetPrefix(ub_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
617 expr_options.SetPrefix(expr_prefix)671 expr_options.SetPrefix(expr_prefix)
322 options.SetPrefix(thread_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
281 void SetPrefix(const char *prefix) { in SetPrefix() function