Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h52 TypeAndOrName &class_type_or_name,
56 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
93 typedef std::map<lldb_private::Address, TypeAndOrName> DynamicTypeCache;
104 TypeAndOrName GetTypeInfoFromVTableAddress(ValueObject &in_value,
108 TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr);
111 const TypeAndOrName &type_info);
H A DItaniumABILanguageRuntime.cpp56 TypeAndOrName ItaniumABILanguageRuntime::GetTypeInfoFromVTableAddress( in GetTypeInfoFromVTableAddress()
67 TypeAndOrName type_info = GetDynamicTypeInfo(vtable_addr); in GetTypeInfoFromVTableAddress()
115 return TypeAndOrName(); in GetTypeInfoFromVTableAddress()
182 return TypeAndOrName(); in GetTypeInfoFromVTableAddress()
187 TypeAndOrName &class_type_or_name, Address &dynamic_address, in GetDynamicTypeAndAddress()
269 TypeAndOrName ItaniumABILanguageRuntime::FixUpDynamicType( in FixUpDynamicType()
270 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType()
274 TypeAndOrName ret(type_and_or_name); in FixUpDynamicType()
601 TypeAndOrName ItaniumABILanguageRuntime::GetDynamicTypeInfo( in GetDynamicTypeInfo()
606 return TypeAndOrName(); in GetDynamicTypeInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp737 TypeAndOrName::TypeAndOrName(TypeSP &in_type_sp) { in TypeAndOrName() function in TypeAndOrName
744 TypeAndOrName::TypeAndOrName(const char *in_type_str) in TypeAndOrName() function in TypeAndOrName
747 TypeAndOrName::TypeAndOrName(ConstString &in_type_const_string) in TypeAndOrName() function in TypeAndOrName
750 bool TypeAndOrName::operator==(const TypeAndOrName &other) const { in operator ==()
758 bool TypeAndOrName::operator!=(const TypeAndOrName &other) const { in operator !=()
762 ConstString TypeAndOrName::GetName() const { in GetName()
770 void TypeAndOrName::SetName(ConstString type_name) { in SetName()
778 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP()
792 bool TypeAndOrName::IsEmpty() const { in IsEmpty()
796 void TypeAndOrName::Clear() { in Clear()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h394 class TypeAndOrName {
396 TypeAndOrName() = default;
397 TypeAndOrName(lldb::TypeSP &type_sp);
398 TypeAndOrName(const CompilerType &compiler_type);
399 TypeAndOrName(const char *type_str);
400 TypeAndOrName(ConstString &type_const_string);
402 bool operator==(const TypeAndOrName &other) const;
404 bool operator!=(const TypeAndOrName &other) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h56 TypeAndOrName &class_type_or_name,
60 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
H A DAppleObjCRuntime.cpp270 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
275 TypeAndOrName
276 AppleObjCRuntime::FixUpDynamicType(const TypeAndOrName &type_and_or_name, in FixUpDynamicType()
281 TypeAndOrName ret(type_and_or_name); in FixUpDynamicType()
H A DAppleObjCRuntimeV1.h102 TypeAndOrName &class_type_or_name,
H A DAppleObjCRuntimeV1.cpp49 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.h50 TypeAndOrName &class_type_or_name,
H A DAppleObjCRuntimeV2.cpp679 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h77 TypeAndOrName &class_type_or_name,
98 virtual TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h119 TypeAndOrName m_dynamic_type_info; // We can have a type_sp or just a name
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h250 TypeAndOrName LookupInClassNameCache(lldb::addr_t class_addr);
256 const TypeAndOrName &class_or_type_name);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h342 TypeAndOrName &class_type_or_name,
346 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
H A DRenderScriptRuntime.cpp1026 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
1031 TypeAndOrName
1032 RenderScriptRuntime::FixUpDynamicType(const TypeAndOrName &type_and_or_name, in FixUpDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp144 TypeAndOrName class_type_or_name; in UpdateValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h235 class TypeAndOrName; variable