Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i45 ) lldb::SBExpressionOptions::SetPrefix;
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h90 void SetPrefix(const char *prefix);
/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp173 options.SetPrefix(memory_history_asan_command_prefix); in GetHistoryThreads()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp81 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp127 options.SetPrefix(ub_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py671 expr_options.SetPrefix(expr_prefix)
729 expr_options.SetPrefix(expr_prefix)
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp203 TEST_F(ScopedPrinterTest, SetPrefix) { in TEST_F() argument
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp320 options.SetPrefix(thread_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h348 void SetPrefix(const char *prefix) {
332 void SetPrefix(const char *prefix) { SetPrefix() function