Searched refs:GetTypeInfo (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp32 Flags type_flags(valobj_type.GetTypeInfo());
40 Flags pointee_flags(pointee_type.GetTypeInfo());
H A DNSException.cpp40 Flags type_flags(valobj_type.GetTypeInfo());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h107 TypeAndOrName GetTypeInfo(ValueObject &in_value,
H A DItaniumABILanguageRuntime.cpp57 TypeAndOrName ItaniumABILanguageRuntime::GetTypeInfo( function in class:ItaniumABILanguageRuntime
320 class_type_or_name = GetTypeInfo(in_value, vtable_info);
370 Flags static_type_flags(static_type.GetTypeInfo());
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp114 Flags parent_type_flags(parent_type.GetTypeInfo());
199 if (GetCompilerType().GetTypeInfo() & lldb::eTypeHasValue) {
H A DValueObject.cpp462 const uint32_t type_info = GetTypeInfo();
603 const Flags type_flags(GetTypeInfo(&pointee_or_element_compiler_type));
621 const uint32_t type_info = GetTypeInfo(&pointee_or_element_compiler_type);
836 const Flags type_flags(GetTypeInfo(&elem_or_pointee_compiler_type));
1085 Flags flags(GetTypeInfo());
1130 Flags flags(GetTypeInfo());
1930 non_base_class_parent_compiler_type.GetTypeInfo();
2031 root_compiler_type.GetTypeInfo(&pointee_compiler_type));
2033 pointee_compiler_type_info.Reset(pointee_compiler_type.GetTypeInfo());
3087 return (!type.IsValid()) || (0 != (type.GetTypeInfo()
[all...]
H A DValueObjectVariable.cpp258 const uint32_t type_info = valobj.GetCompilerType().GetTypeInfo();
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp71 lldb_private::Flags type_flags(compiler_type.GetTypeInfo(
172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() &
H A DValueObjectPrinter.cpp153 m_type_flags = m_compiler_type.GetTypeInfo();
217 m_is_instance_ptr = (m_valobj->GetValue().GetCompilerType().GetTypeInfo() &
350 Flags type_flags(type.GetTypeInfo());
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp155 if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) {
163 if (ctx_obj && ctx_obj->GetTypeInfo() & lldb::TypeFlags::eTypeIsReference) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp136 Flags static_type_flags(static_type.GetTypeInfo());
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp330 return GetTypeInfo() & lldb::eTypeIsSigned;
344 return GetEnumerationIntegerType().GetTypeInfo() & lldb::eTypeIsSigned;
522 uint32_t CompilerType::GetTypeInfo( function in class:CompilerType
526 return type_system_sp->GetTypeInfo(m_type,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp411 const uint32_t type_flags = return_compiler_type.GetTypeInfo();
579 const uint32_t field_type_flags = field_compiler_type.GetTypeInfo();
H A DABISysV_i386.cpp214 const uint32_t type_flags = compiler_type.GetTypeInfo();
366 const uint32_t type_flags = return_compiler_type.GetTypeInfo();
H A DABISysV_x86_64.cpp402 const uint32_t type_flags = return_compiler_type.GetTypeInfo();
601 const uint32_t field_type_flags = field_compiler_type.GetTypeInfo();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp240 const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr);
616 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr);
H A DABIMacOSX_arm64.cpp268 const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr);
646 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h277 GetTypeInfo(CompilerType *pointee_or_element_compiler_type = nullptr) const;
H A DTypeSystem.h227 GetTypeInfo(lldb::opaque_compiler_type_t type,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp518 const uint32_t type_flags = m_type.GetTypeInfo();
595 uint32_t type_flags = m_type.GetTypeInfo();
780 uint32_t type_flags = elem_type.GetTypeInfo();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp693 const uint32_t type_flags = compiler_type.GetTypeInfo(nullptr);
760 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h378 GetTypeInfo(CompilerType *pointee_or_element_compiler_type = nullptr) { function in class:lldb_private::ValueObject
379 return GetCompilerType().GetTypeInfo(pointee_or_element_compiler_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp489 const uint32_t type_flags = return_compiler_type.GetTypeInfo();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp458 const uint32_t type_flags = compiler_type.GetTypeInfo();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp507 return m_opaque_sp->GetCompilerType(true).GetTypeInfo();

Completed in 296 milliseconds

12