Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectVariable.cpp346 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) in GetLocationAsCString()
359 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) { in SetValueFromCString()
388 if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) { in SetData()
DValueObject.cpp340 if (value.GetContextType() == Value::eContextTypeRegisterInfo) { in GetLocationAsCStringImpl()
1110 if (m_value.GetContextType() == Value::eContextTypeRegisterInfo) { in GetValueAsCString()
/external/llvm-project/lldb/include/lldb/Core/
DValue.h82 ContextType GetContextType() const { return m_context_type; } in GetContextType() function
/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp47 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp197 arg_value->GetContextType() == Value::eContextTypeInvalid && in WriteFunctionArguments()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1515 if (var_location.GetContextType() == Value::eContextTypeInvalid) in GetVariableValue()