Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h52 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 DItaniumABILanguageRuntime.cpp57 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 DType.cpp751 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 DType.h410 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 DAppleObjCRuntime.h56 TypeAndOrName &class_type_or_name,
60 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
H A DAppleObjCRuntime.cpp272 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 DAppleObjCRuntimeV1.h102 TypeAndOrName &class_type_or_name,
H A DAppleObjCRuntimeV1.cpp50 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
H A DAppleObjCRuntimeV2.h51 TypeAndOrName &class_type_or_name,
H A DAppleObjCRuntimeV2.cpp758 TypeAndOrName &class_type_or_name, Address &address, in GetDynamicTypeAndAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguageRuntime.h78 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 DValueObjectDynamicValue.h112 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 DRenderScriptRuntime.h343 TypeAndOrName &class_type_or_name,
347 TypeAndOrName FixUpDynamicType(const TypeAndOrName &type_and_or_name,
H A DRenderScriptRuntime.cpp1014 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 DObjCLanguageRuntime.h260 TypeAndOrName LookupInClassNameCache(lldb::addr_t class_addr);
266 const TypeAndOrName &class_or_type_name);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectDynamicValue.cpp141 TypeAndOrName class_type_or_name; in UpdateValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h246 class TypeAndOrName; variable