Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i113 %feature("docstring", "Gets the prefix to use for this expression.") GetPrefix;
115 GetPrefix () const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebuggerEvents.cpp52 llvm::StringRef DiagnosticEventData::GetPrefix() const { in GetPrefix() function in DiagnosticEventData
69 << GetPrefix(); in Dump()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp190 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix() function in SBExpressionOptions
193 return m_opaque_up->GetPrefix(); in GetPrefix()
H A DSBDebugger.cpp182 dictionary->AddStringItem("type", diagnostic_data->GetPrefix()); in GetDiagnosticFromEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h81 const char *GetPrefix() const;
/openbsd-src/gnu/llvm/clang/tools/scan-build/bin/
H A Dscan-build288 sub GetPrefix { subroutine
750 my $prefix = GetPrefix();
849 my $prefix = GetPrefix();
876 my $prefix = GetPrefix();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebuggerEvents.h68 llvm::StringRef GetPrefix() const;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DUserExpression.cpp230 llvm::StringRef option_prefix(options.GetPrefix()); in Evaluate()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h309 const char *GetPrefix() const { in GetPrefix() function