Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVariable.cpp350 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) in GetLocationAsCString()
363 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) { in SetValueFromCString()
392 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) { in SetData()
H A DValueObject.cpp297 if (value.GetContextType() == Value::ContextType::RegisterInfo) { in GetLocationAsCStringImpl()
1080 if (m_value.GetContextType() == Value::ContextType::RegisterInfo) { in GetValueAsCString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h87 ContextType GetContextType() const { return m_context_type; } in GetContextType() function
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp47 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp210 arg_value->GetContextType() == Value::ContextType::Invalid && in WriteFunctionArguments()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1525 if (var_location.GetContextType() == Value::ContextType::Invalid) in GetVariableValue()
1624 if (var_location.GetContextType() == Value::ContextType::Invalid) in AddOneVariable()