| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.h | 52 TypeAndOrName &class_type_or_name, 56 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name, 91 typedef std::map<lldb_private::Address, TypeAndOrName> DynamicTypeCache; 102 TypeAndOrName GetTypeInfoFromVTableAddress(ValueObject &in_value, 106 TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr); 109 const TypeAndOrName &type_info);
|
| H A D | ItaniumABILanguageRuntime.cpp | 57 TypeAndOrName ItaniumABILanguageRuntime::GetTypeInfoFromVTableAddress( in GetTypeInfoFromVTableAddress() 68 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() 591 TypeAndOrName ItaniumABILanguageRuntime::GetDynamicTypeInfo( in GetDynamicTypeInfo() 596 return TypeAndOrName(); in GetDynamicTypeInfo() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Type.cpp | 751 TypeAndOrName::TypeAndOrName(TypeSP &in_type_sp) { in TypeAndOrName() function in TypeAndOrName 758 TypeAndOrName::TypeAndOrName(const char *in_type_str) in TypeAndOrName() function in TypeAndOrName 761 TypeAndOrName::TypeAndOrName(ConstString &in_type_const_string) in TypeAndOrName() function in TypeAndOrName 764 bool TypeAndOrName::operator==(const TypeAndOrName &other) const { in operator ==() 772 bool TypeAndOrName::operator!=(const TypeAndOrName &other) const { in operator !=() 776 ConstString TypeAndOrName::GetName() const { in GetName() 784 void TypeAndOrName::SetName(ConstString type_name) { in SetName() 788 void TypeAndOrName::SetName(const char *type_name_cstr) { in SetName() 792 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP() 800 void TypeAndOrName::SetCompilerType(CompilerType compiler_type) { in SetCompilerType() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 410 class TypeAndOrName { 412 TypeAndOrName() = default; 413 TypeAndOrName(lldb::TypeSP &type_sp); 414 TypeAndOrName(const CompilerType &compiler_type); 415 TypeAndOrName(const char *type_str); 416 TypeAndOrName(ConstString &type_const_string); 418 bool operator==(const TypeAndOrName &other) const; 420 bool operator!=(const TypeAndOrName &other) const;
|
| /openbsd-src/gnu/llvm/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 | 272 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress() 277 TypeAndOrName 278 AppleObjCRuntime::FixUpDynamicType(const TypeAndOrName &type_and_or_name, in FixUpDynamicType() 283 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 | 51 TypeAndOrName &class_type_or_name,
|
| H A D | AppleObjCRuntimeV2.cpp | 758 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | LanguageRuntime.h | 78 TypeAndOrName &class_type_or_name, 99 virtual TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 343 TypeAndOrName &class_type_or_name, 347 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
|
| H A D | RenderScriptRuntime.cpp | 1014 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress() 1019 TypeAndOrName 1020 RenderScriptRuntime::FixUpDynamicType(const TypeAndOrName &type_and_or_name, in FixUpDynamicType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 260 TypeAndOrName LookupInClassNameCache(lldb::addr_t class_addr); 266 const TypeAndOrName &class_or_type_name);
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | 141 TypeAndOrName class_type_or_name; in UpdateValue()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 246 class TypeAndOrName; variable
|