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

References

tools/lldb/include/lldb/Core/Value.h
  142   ContextType GetContextType() const { return m_context_type; }
  148     m_context_type = eContextTypeInvalid;
  152     m_context_type = context_type;
  154     if (m_context_type == eContextTypeRegisterInfo) {
tools/lldb/source/Core/Value.cpp
   61       m_value_type(v.m_value_type), m_context_type(v.m_context_type),
   81     m_context_type = rhs.m_context_type;
   81     m_context_type = rhs.m_context_type;
  111                Value::GetContextTypeAsCString(m_context_type));
  132   if (m_context_type == eContextTypeRegisterInfo)
  138   if (m_context_type == eContextTypeLLDBType)
  198   switch (m_context_type) {
  212   switch (m_context_type) {
  241     switch (m_context_type) {
  273   switch (m_context_type) {
  625   if (m_context_type == eContextTypeVariable)
  636   m_context_type = eContextTypeInvalid;