Home
last modified time | relevance | path

Searched refs:TypeAndOrName (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DType.cpp801 TypeAndOrName::TypeAndOrName () : m_type_pair(), m_type_name() in TypeAndOrName() function in TypeAndOrName
806 TypeAndOrName::TypeAndOrName (TypeSP &in_type_sp) : m_type_pair(in_type_sp) in TypeAndOrName() function in TypeAndOrName
812 TypeAndOrName::TypeAndOrName (const char *in_type_str) : m_type_name(in_type_str) in TypeAndOrName() function in TypeAndOrName
816 TypeAndOrName::TypeAndOrName (const TypeAndOrName &rhs) : m_type_pair (rhs.m_type_pair), m_type_nam… in TypeAndOrName() function in TypeAndOrName
821 TypeAndOrName::TypeAndOrName (ConstString &in_type_const_string) : m_type_name (in_type_const_strin… in TypeAndOrName() function in TypeAndOrName
825 TypeAndOrName &
826 TypeAndOrName::operator= (const TypeAndOrName &rhs) in operator =()
837 TypeAndOrName::operator==(const TypeAndOrName &other) const in operator ==()
847 TypeAndOrName::operator!=(const TypeAndOrName &other) const in operator !=()
857 TypeAndOrName::GetName () const in GetName()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DType.h700 class TypeAndOrName
703 TypeAndOrName ();
704 TypeAndOrName (lldb::TypeSP &type_sp);
705 TypeAndOrName (const ClangASTType &clang_type);
706 TypeAndOrName (const char *type_str);
707 TypeAndOrName (const TypeAndOrName &rhs);
708 TypeAndOrName (ConstString &type_const_string);
710 TypeAndOrName &
711 operator= (const TypeAndOrName &rhs);
714 operator==(const TypeAndOrName &other) const;
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectDynamicValue.cpp132 static TypeAndOrName
133 FixupTypeAndOrName (const TypeAndOrName& type_andor_name, in FixupTypeAndOrName()
136 TypeAndOrName ret(type_andor_name); in FixupTypeAndOrName()
200 TypeAndOrName class_type_or_name; in UpdateValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h37 TypeAndOrName &class_type_or_name,
DItaniumABILanguageRuntime.cpp49 TypeAndOrName &class_type_or_name, in GetDynamicTypeAndAddress()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DLanguageRuntime.h51 TypeAndOrName &class_type_or_name,
DObjCLanguageRuntime.h297 TypeAndOrName
304 AddToClassNameCache (lldb::addr_t class_addr, const TypeAndOrName &class_or_type_name);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValueObjectDynamicValue.h119 TypeAndOrName m_dynamic_type_info; // We can have a type_sp or just a name
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-forward.h239 class TypeAndOrName; variable