HomeSort by relevance Sort by last modified time
    Searched refs:TypeAndOrName (Results 1 - 15 of 15) sorted by null

  /external/lldb/source/Symbol/
Type.cpp 801 TypeAndOrName::TypeAndOrName () : m_type_sp(), m_type_name()
806 TypeAndOrName::TypeAndOrName (TypeSP &in_type_sp) : m_type_sp(in_type_sp)
812 TypeAndOrName::TypeAndOrName (const char *in_type_str) : m_type_name(in_type_str)
816 TypeAndOrName::TypeAndOrName (const TypeAndOrName &rhs) : m_type_sp (rhs.m_type_sp), m_type_name (rhs.m_type_name)
821 TypeAndOrName::TypeAndOrName (ConstString &in_type_const_string) : m_type_name (in_type_const_string
    [all...]
  /external/lldb/include/lldb/Symbol/
Type.h 315 class TypeAndOrName
318 TypeAndOrName ();
319 TypeAndOrName (lldb::TypeSP &type_sp);
320 TypeAndOrName (const char *type_str);
321 TypeAndOrName (const TypeAndOrName &rhs);
322 TypeAndOrName (ConstString &type_const_string);
324 TypeAndOrName &
325 operator= (const TypeAndOrName &rhs);
328 operator==(const TypeAndOrName &other) const
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.h 37 TypeAndOrName &class_type_or_name,
ItaniumABILanguageRuntime.cpp 48 TypeAndOrName &class_type_or_name,
  /external/lldb/include/lldb/Core/
ValueObjectDynamicValue.h 116 TypeAndOrName m_dynamic_type_info; // We can have a type_sp or just a name
  /external/lldb/include/lldb/Target/
LanguageRuntime.h 51 TypeAndOrName &class_type_or_name,
ObjCLanguageRuntime.h 297 TypeAndOrName
304 AddToClassNameCache (lldb::addr_t class_addr, const TypeAndOrName &class_or_type_name);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.h 46 TypeAndOrName &class_type_or_name,
AppleObjCRuntimeV1.h 99 TypeAndOrName &class_type_or_name,
AppleObjCRuntime.cpp 233 TypeAndOrName &class_type_or_name,
AppleObjCRuntimeV2.h 39 TypeAndOrName &class_type_or_name,
AppleObjCRuntimeV1.cpp 52 TypeAndOrName &class_type_or_name,
AppleObjCRuntimeV2.cpp 364 TypeAndOrName &class_type_or_name,
    [all...]
  /external/lldb/source/Core/
ValueObjectDynamicValue.cpp 150 TypeAndOrName class_type_or_name;
  /external/lldb/include/lldb/
lldb-forward.h 229 class TypeAndOrName;

Completed in 340 milliseconds