reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/ValueObject.cpp
  387         if (value.GetContextType() == Value::eContextTypeRegisterInfo) {
 1171           if (m_value.GetContextType() == Value::eContextTypeRegisterInfo) {
tools/lldb/source/Core/ValueObjectVariable.cpp
  268   if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo)
  281   if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) {
  310   if (m_resolved_value.GetContextType() == Value::eContextTypeRegisterInfo) {
tools/lldb/source/DataFormatters/TypeFormat.cpp
   47     const Value::ContextType context_type = value.GetContextType();
tools/lldb/source/Expression/FunctionCaller.cpp
  195         arg_value->GetContextType() == Value::eContextTypeInvalid &&
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1585   if (var_location.GetContextType() == Value::eContextTypeInvalid)