/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.h | 56 TypeAndOrName &class_type_or_name, 60 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name, 95 typedef std::map<lldb_private::Address, TypeAndOrName> DynamicTypeCache; in ItaniumABILanguageRuntime() 107 TypeAndOrName GetTypeInfo(ValueObject &in_value, 110 TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr); 113 const TypeAndOrName &type_info);
|
H A D | ItaniumABILanguageRuntime.cpp | 57 TypeAndOrName ItaniumABILanguageRuntime::GetTypeInfo( in GetTypeInfo() 61 TypeAndOrName type_info = GetDynamicTypeInfo(vtable_info.addr); in GetTypeInfo() 114 return TypeAndOrName(); in GetTypeInfo() 181 return TypeAndOrName(); in GetTypeInfo() 290 TypeAndOrName &class_type_or_name, Address &dynamic_address, in GetDynamicTypeAndAddress() 367 TypeAndOrName ItaniumABILanguageRuntime::FixUpDynamicType( in FixUpDynamicType() 368 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType() 372 TypeAndOrName ret(type_and_or_name); in FixUpDynamicType() 680 TypeAndOrName ItaniumABILanguageRuntime::GetDynamicTypeInfo( in GetDynamicTypeInfo() 685 return TypeAndOrName(); in GetDynamicTypeInfo() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 845 TypeAndOrName::TypeAndOrName(TypeSP &in_type_sp) { in TypeAndOrName() function in TypeAndOrName 852 TypeAndOrName::TypeAndOrName(const char *in_type_str) in TypeAndOrName() function in TypeAndOrName 855 TypeAndOrName::TypeAndOrName(ConstString &in_type_const_string) in TypeAndOrName() function in TypeAndOrName 858 bool TypeAndOrName::operator==(const TypeAndOrName &other) const { in operator ==() 866 bool TypeAndOrName::operator!=(const TypeAndOrName &other) const { in operator !=() 870 ConstString TypeAndOrName::GetName() const { in GetName() 878 void TypeAndOrName::SetName(ConstString type_name) { in SetName() 882 void TypeAndOrName::SetName(const char *type_name_cstr) { in SetName() 886 void TypeAndOrName::SetName(llvm::StringRef type_name) { in SetName() 890 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.h | 69 TypeAndOrName &class_type_or_name, 73 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
|
H A D | GNUstepObjCRuntime.cpp | 129 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress() 134 TypeAndOrName 135 GNUstepObjCRuntime::FixUpDynamicType(const TypeAndOrName &type_and_or_name, in FixUpDynamicType() 140 TypeAndOrName ret(type_and_or_name); in FixUpDynamicType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.h | 56 TypeAndOrName &class_type_or_name, 60 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
|
H A D | AppleObjCRuntime.cpp | 278 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress() 283 TypeAndOrName 284 AppleObjCRuntime::FixUpDynamicType(const TypeAndOrName &type_and_or_name, in FixUpDynamicType() 289 TypeAndOrName ret(type_and_or_name); in FixUpDynamicType()
|
H A D | AppleObjCRuntimeV1.h | 102 TypeAndOrName &class_type_or_name,
|
H A D | AppleObjCRuntimeV1.cpp | 50 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
|
H A D | AppleObjCRuntimeV2.h | 55 TypeAndOrName &class_type_or_name,
|
H A D | AppleObjCRuntimeV2.cpp | 772 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 743 class TypeAndOrName { 745 TypeAndOrName() = default; 746 TypeAndOrName(lldb::TypeSP &type_sp); 747 TypeAndOrName(const CompilerType &compiler_type); 748 TypeAndOrName(const char *type_str); 749 TypeAndOrName(ConstString &type_const_string); 751 bool operator==(const TypeAndOrName &other) const; 753 bool operator!=(const TypeAndOrName &other) const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 111 TypeAndOrName &class_type_or_name, 132 virtual TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObjectDynamicValue.h | 112 TypeAndOrName m_dynamic_type_info; // We can have a type_sp or just a name
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.h | 267 TypeAndOrName LookupInClassNameCache(lldb::addr_t class_addr); 273 const TypeAndOrName &class_or_type_name);
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectDynamicValue.cpp | 144 TypeAndOrName class_type_or_name; in UpdateValue()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 255 class TypeAndOrName; variable
|