Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBExpressionOptions.cpp189 SBExpressionOptions::GetPrefix () const in GetPrefix() function in SBExpressionOptions
191 return m_opaque_ap->GetPrefix(); in GetPrefix()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBExpressionOptions.h109 GetPrefix () const;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h296 GetPrefix () const in GetPrefix() function
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUserExpression.cpp1048 const char *option_prefix = options.GetPrefix(); in Evaluate()