/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 131 m_opaque_sp->GetCompilerType(false).GetByteSize(nullptr)) in GetByteSize() 143 m_opaque_sp->GetCompilerType(/*prefer_dynamic=*/false) in GetByteAlign() 153 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType() 161 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType() 170 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType() 178 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType() 228 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr)))); in GetArrayElementType() 237 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))); in GetArrayType() 246 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType() 258 return m_opaque_sp->GetCompilerType(tru in IsFunctionType() [all...] |
H A D | SBTypeNameSpecifier.cpp | 42 new TypeNameSpecifierImpl(type.m_opaque_sp->GetCompilerType(true))); in SBTypeNameSpecifier() 76 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType()
|
/llvm-project/lldb/source/Core/ |
H A D | ValueObjectChild.cpp |
|
H A D | ValueObjectDynamicValue.cpp |
|
H A D | ValueObject.cpp |
|
H A D | ValueObjectConstResult.cpp |
|
H A D | ValueObjectConstResultImpl.cpp |
|
H A D | ValueObjectCast.cpp |
|
H A D | ValueObjectSyntheticFilter.cpp |
|
H A D | ValueObjectVariable.cpp |
|
H A D | Value.cpp | 226 if (std::optional<uint64_t> size = GetCompilerType().GetByteSize(scope)) { in GetValueByteSize() 239 const CompilerType &Value::GetCompilerType() { in GetCompilerType() function in Value 282 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() 323 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() 582 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue()
|
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | GenericBitset.cpp | 63 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd() 93 if (auto arg = m_backend.GetCompilerType().GetIntegralTemplateArgument(0)) in Update() 113 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex() 120 type = m_first->GetCompilerType(); in GetChildAtIndex()
|
H A D | LibCxxSpan.cpp | 104 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update() 120 m_backend.GetCompilerType().GetIntegralTemplateArgument(1)) { in Update() 146 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdSpanSyntheticFrontEndCreator()
|
H A D | LibCxxVariant.cpp | 98 CompilerType index_type = index_sp->GetCompilerType(); in LibcxxVariantGetIndexValidity() 178 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider() 257 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()
|
H A D | LibCxxMap.cpp | 58 0, m_entry_sp->GetCompilerType(), true); in left() 66 m_entry_sp->GetCompilerType(), true); in right() 74 m_entry_sp->GetCompilerType(), true); in parent() 395 m_tree->GetCompilerType().GetDirectNestedTypeWithName("__node_pointer"); in LibcxxStdMapSyntheticFrontEndCreator() 446 tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName( in Update()
|
H A D | Coroutines.cpp | 32 if (!ptr_sp->GetCompilerType().IsPointerType()) in GetCoroFramePtrFromHandle() 144 auto ts = valobj_sp->GetCompilerType().GetTypeSystem(); in Update() 168 valobj_sp->GetCompilerType().GetTypeTemplateArgument(0)); in Update()
|
H A D | LibCxxTuple.cpp | 58 m_elements.assign(base_sp->GetCompilerType().GetNumDirectBaseClasses(), in Update() 72 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
|
H A D | LibCxxVector.cpp | 143 m_element_type = data_sp->GetCompilerType().GetPointeeType(); in Update() 175 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetChildAtIndex() 272 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdVectorSyntheticFrontEndCreator()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h |
|
H A D | ValueObjectConstResultCast.h |
|
H A D | ValueObjectConstResultChild.h |
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 123 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue() 137 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 146 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 53 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue() 222 CompilerType type = in_value.GetCompilerType(); in GetVTableInfo() 326 CompilerType type = class_type_or_name.GetCompilerType(); in GetDynamicTypeAndAddress() 334 if (TypeSystemClang::AreTypesSame(in_value.GetCompilerType(), type)) { in GetDynamicTypeAndAddress() 370 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 379 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 73 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() 122 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() 270 return in_value.GetCompilerType().IsPossibleDynamicType( in CouldHaveDynamicValue() 286 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 295 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangFunctionCaller.cpp | 110 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction() 136 m_arg_values.GetValueAtIndex(i)->GetCompilerType(); in CompileFunction()
|