Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp214 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix() function in SBExpressionOptions
216 GetPrefix); in GetPrefix()
218 return m_opaque_up->GetPrefix(); in GetPrefix()
337 LLDB_REGISTER_METHOD_CONST(const char *, SBExpressionOptions, GetPrefix, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i113 %feature("docstring", "Gets the prefix to use for this expression.") GetPrefix;
115 GetPrefix () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h81 const char *GetPrefix() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp206 llvm::StringRef option_prefix(options.GetPrefix()); in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h285 const char *GetPrefix() const { in GetPrefix() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24519 result = (char *)((lldb::SBExpressionOptions const *)arg1)->GetPrefix(); in _wrap_SBExpressionOptions_GetPrefix()