Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp75 llvm::StringRef DiagnosticEventData::GetPrefix() const { in GetPrefix() function in DiagnosticEventData
92 << GetPrefix(); in Dump()
120 dictionary_sp->AddStringItem("type", diagnostic_data->GetPrefix()); in GetAsStructuredData()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp197 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix() function in SBExpressionOptions
200 return ConstString(m_opaque_up->GetPrefix()).GetCString(); in GetPrefix()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i42 ) lldb::SBExpressionOptions::GetPrefix;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h88 const char *GetPrefix() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h89 llvm::StringRef GetPrefix() const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp231 llvm::StringRef option_prefix(options.GetPrefix()); in Evaluate()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h328 const char *GetPrefix() const { in GetPrefix() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28143 result = (char *)((lldb::SBExpressionOptions const *)arg1)->GetPrefix(); in _wrap_SBExpressionOptions_GetPrefix()