Home
last modified time | relevance | path

Searched refs:GetPrefix (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp74 llvm::StringRef DiagnosticEventData::GetPrefix() const { in GetPrefix() function in DiagnosticEventData
91 << GetPrefix(); in Dump()
119 dictionary_sp->AddStringItem("type", diagnostic_data->GetPrefix()); in GetAsStructuredData()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp190 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix() function in SBExpressionOptions
193 return ConstString(m_opaque_up->GetPrefix()).GetCString(); in GetPrefix()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i42 ) lldb::SBExpressionOptions::GetPrefix;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h83 const char *GetPrefix() const;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h92 llvm::StringRef GetPrefix() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp231 llvm::StringRef option_prefix(options.GetPrefix()); in Evaluate()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h317 const char *GetPrefix() const { in GetPrefix() function
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26712 result = (char *)((lldb::SBExpressionOptions const *)arg1)->GetPrefix(); in _wrap_SBExpressionOptions_GetPrefix()