Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h83 void SetPrefix(const char *prefix);
/llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp175 options.SetPrefix(memory_history_asan_command_prefix); in GetHistoryThreads()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp127 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp127 options.SetPrefix(ub_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py617 expr_options.SetPrefix(expr_prefix)
671 expr_options.SetPrefix(expr_prefix)
/llvm-project-15.0.7/llvm/unittests/Support/
H A DScopedPrinterTest.cpp201 TEST_F(ScopedPrinterTest, SetPrefix) { in TEST_F() argument
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp318 options.SetPrefix(thread_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h311 void SetPrefix(const char *prefix) { in SetPrefix() function