Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h54 GetPersistentVariablePrefix(bool is_error) const override { in GetPersistentVariablePrefix() function
H A DClangUserExpression.cpp801 auto prefix = m_persistent_state->GetPersistentVariablePrefix(); in GetName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp109 auto prefix = persistent_expression_state->GetPersistentVariablePrefix(); in GetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionVariable.h243 GetPersistentVariablePrefix(bool is_error = false) const = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp896 *target_sp, persistent_state->GetPersistentVariablePrefix()); in Dematerialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp3288 auto prefix = persistent_state->GetPersistentVariablePrefix(); in Persist()