Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp203 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix() function in SBExpressionOptions
206 return m_opaque_up->SetPrefix(prefix); in SetPrefix()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i45 ) lldb::SBExpressionOptions::SetPrefix;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h90 void SetPrefix(const char *prefix);
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp175 options.SetPrefix(memory_history_asan_command_prefix); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp82 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp125 options.SetPrefix(ub_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp320 options.SetPrefix(thread_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h359 void SetPrefix(const char *prefix) { in SetPrefix() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28589 (arg1)->SetPrefix((char const *)arg2); in _wrap_SBExpressionOptions_SetPrefix()