Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
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.cpp301 if (value.GetContextType() == Value::ContextType::RegisterInfo) { in GetLocationAsCStringImpl()
1060 if (m_value.GetContextType() == Value::ContextType::RegisterInfo) { in GetValueAsCString()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h87 ContextType GetContextType() const { return m_context_type; } in GetContextType() function
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp46 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp198 arg_value->GetContextType() == Value::ContextType::Invalid && in WriteFunctionArguments()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1541 if (var_location.GetContextType() == Value::ContextType::Invalid) in GetVariableValue()
1641 if (var_location.GetContextType() == Value::ContextType::Invalid) in AddOneVariable()