Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i117 …'target.expr-prefix' prefix contents, but before the wrapped expression function body.") SetPrefix;
119 SetPrefix (const char *prefix);
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp221 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix() function in SBExpressionOptions
222 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetPrefix, (const char *), in SetPrefix()
225 return m_opaque_up->SetPrefix(prefix); in SetPrefix()
339 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetPrefix, (const char *)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h83 void SetPrefix(const char *prefix);
/external/starlark-go/docs/
Dupdate.go27 log.SetPrefix("update: ")
/external/starlark-go/cmd/starlark/
Dstarlark.go50 log.SetPrefix("starlark: ")
/external/starlark-go/lib/proto/cmd/star2proto/
Dstar2proto.go50 log.SetPrefix("star2proto: ")
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp185 options.SetPrefix(memory_history_asan_command_prefix); in GetHistoryThreads()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp131 options.SetPrefix(address_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp131 options.SetPrefix(ub_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py617 expr_options.SetPrefix(expr_prefix)
671 expr_options.SetPrefix(expr_prefix)
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp322 options.SetPrefix(thread_sanitizer_retrieve_report_data_prefix); in RetrieveReportData()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h281 void SetPrefix(const char *prefix) { in SetPrefix() function