Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp351 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) in GetLocationAsCString()
364 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) { in SetValueFromCString()
393 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) { in SetData()
H A DValueObject.cpp301 if (value.GetContextType() == Value::ContextType::RegisterInfo) { in GetLocationAsCStringImpl()
1013 if (m_value.GetContextType() == Value::ContextType::RegisterInfo) { in GetValueAsCString()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h87 ContextType GetContextType() const { return m_context_type; } in GetContextType() function
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp47 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp213 arg_value->GetContextType() == Value::ContextType::Invalid && in WriteFunctionArguments()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1530 if (var_location.GetContextType() == Value::ContextType::Invalid) in GetVariableValue()
1630 if (var_location.GetContextType() == Value::ContextType::Invalid) in AddOneVariable()