Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp196 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix() function in SBExpressionOptions
199 return m_opaque_up->SetPrefix(prefix); in SetPrefix()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i45 ) lldb::SBExpressionOptions::SetPrefix;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h85 void SetPrefix(const char *prefix);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp174 options.SetPrefix(memory_history_asan_command_prefix); in GetHistoryThreads()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp81 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp127 options.SetPrefix(ub_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp318 options.SetPrefix(thread_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h321 void SetPrefix(const char *prefix) { in SetPrefix() function
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26738 (arg1)->SetPrefix((char const *)arg2); in _wrap_SBExpressionOptions_SetPrefix()