Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h83 void SetPrefix(const char *prefix);
/openbsd-src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp175 options.SetPrefix(memory_history_asan_command_prefix); in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp127 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp127 options.SetPrefix(ub_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py616 expr_options.SetPrefix(expr_prefix)
670 expr_options.SetPrefix(expr_prefix)
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp318 options.SetPrefix(thread_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h313 void SetPrefix(const char *prefix) { in SetPrefix() function