Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp822 TypeAndOrName::TypeAndOrName () : m_type_pair(), m_type_name() in TypeAndOrName() function in TypeAndOrName
827 TypeAndOrName::TypeAndOrName (TypeSP &in_type_sp) : m_type_pair(in_type_sp) in TypeAndOrName() function in TypeAndOrName
833 TypeAndOrName::TypeAndOrName (const char *in_type_str) : m_type_name(in_type_str) in TypeAndOrName() function in TypeAndOrName
837 TypeAndOrName::TypeAndOrName (const TypeAndOrName &rhs) : m_type_pair (rhs.m_type_pair), m_type_nam… in TypeAndOrName() function in TypeAndOrName
842 TypeAndOrName::TypeAndOrName (ConstString &in_type_const_string) : m_type_name (in_type_const_strin… in TypeAndOrName() function in TypeAndOrName
846 TypeAndOrName &
847 TypeAndOrName::operator= (const TypeAndOrName &rhs) in operator =()
858 TypeAndOrName::operator==(const TypeAndOrName &other) const in operator ==()
868 TypeAndOrName::operator!=(const TypeAndOrName &other) const in operator !=()
878 TypeAndOrName::GetName () const in GetName()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h748 class TypeAndOrName
751 TypeAndOrName ();
752 TypeAndOrName (lldb::TypeSP &type_sp);
753 TypeAndOrName (const ClangASTType &clang_type);
754 TypeAndOrName (const char *type_str);
755 TypeAndOrName (const TypeAndOrName &rhs);
756 TypeAndOrName (ConstString &type_const_string);
758 TypeAndOrName &
759 operator= (const TypeAndOrName &rhs);
762 operator==(const TypeAndOrName &other) const;
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectDynamicValue.cpp142 static TypeAndOrName
143 FixupTypeAndOrName (const TypeAndOrName& type_andor_name, in FixupTypeAndOrName()
146 TypeAndOrName ret(type_andor_name); in FixupTypeAndOrName()
210 TypeAndOrName class_type_or_name; in UpdateValue()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.h40 TypeAndOrName &class_type_or_name,
HDItaniumABILanguageRuntime.cpp49 TypeAndOrName &class_type_or_name, in GetDynamicTypeAndAddress()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectDynamicValue.h134 TypeAndOrName m_dynamic_type_info; // We can have a type_sp or just a name
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDLanguageRuntime.h54 TypeAndOrName &class_type_or_name,
HDObjCLanguageRuntime.h384 TypeAndOrName
391 AddToClassNameCache (lldb::addr_t class_addr, const TypeAndOrName &class_or_type_name);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
HDRenderScriptRuntime.h134 TypeAndOrName &class_type_or_name, Address &address);
HDRenderScriptRuntime.cpp148 TypeAndOrName &class_type_or_name, Address &address) in GetDynamicTypeAndAddress()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h248 class TypeAndOrName; variable