Home
last modified time | relevance | path

Searched refs:SetPrefix (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp221 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix() function in SBExpressionOptions
222 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()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i117 …'target.expr-prefix' prefix contents, but before the wrapped expression function body.") SetPrefix;
119 SetPrefix (const char *prefix);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h83 void SetPrefix(const char *prefix);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp180 options.SetPrefix(memory_history_asan_command_prefix); in GetHistoryThreads()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp131 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp131 options.SetPrefix(ub_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp322 options.SetPrefix(thread_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h289 void SetPrefix(const char *prefix) { in SetPrefix() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24545 (arg1)->SetPrefix((char const *)arg2); in _wrap_SBExpressionOptions_SetPrefix()