Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp314 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) in GetLocationAsCString()
327 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) { in SetValueFromCString()
356 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) { in SetData()
H A DValueObject.cpp371 if (value.GetContextType() == Value::eContextTypeRegisterInfo) { in GetLocationAsCStringImpl()
1159 if (m_value.GetContextType() == Value::eContextTypeRegisterInfo) { in GetValueAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp48 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h153 ContextType GetContextType() const { return m_context_type; } in GetContextType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp199 arg_value->GetContextType() == Value::eContextTypeInvalid && in WriteFunctionArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1632 if (var_location.GetContextType() == Value::eContextTypeInvalid) in GetVariableValue()