Home
last modified time | relevance | path

Searched refs:GetForwardCompilerType (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DType.cpp196 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription()
258 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump()
305 m_name = GetForwardCompilerType().GetTypeName(); in GetName()
324 GetForwardCompilerType().DumpValue( in DumpValue()
386 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren()
390 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType()
403 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat()
407 return GetForwardCompilerType().GetEncoding(count); in GetEncoding()
482 encoding_type->GetForwardCompilerType(); in ResolveCompilerType()
492 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveCompilerType()
[all …]
DTypeList.cpp132 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
203 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
DTypeMap.cpp162 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
233 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
DVariable.cpp712 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
/external/llvm-project/lldb/source/Core/
DValueObjectMemory.cpp113 return m_type_sp->GetForwardCompilerType(); in GetCompilerTypeImpl()
125 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
DValueObjectVariable.cpp71 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl()
85 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
DValue.cpp237 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
245 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatClasses.h120 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp191 lldb_private::CompilerType pcm_type = pcm_type_sp->GetForwardCompilerType(); in ParseTypeFromClangModule()
686 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeModifier()
911 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine()
978 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseSubroutine()
1046 class_type->GetForwardCompilerType(); in ParseSubroutine()
1067 class_type->GetForwardCompilerType(); in ParseSubroutine()
1083 class_type->GetForwardCompilerType(); in ParseSubroutine()
1319 CompilerType array_element_type = element_type->GetForwardCompilerType(); in ParseArrayType()
1359 CompilerType pointee_clang_type = pointee_type->GetForwardCompilerType(); in ParsePointerToMemberType()
1867 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()
[all …]
DSymbolFileDWARF.cpp396 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp363 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F()
416 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F()
460 CompilerType compiler_type = udt_type->GetForwardCompilerType(); in TEST_F()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp121 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
153 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp664 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType()
729 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType()
932 type->GetForwardCompilerType(), storage, func->hasInlineAttribute()); in GetDeclForSymbol()
946 arg_type->GetForwardCompilerType(), clang::SC_None, true); in GetDeclForSymbol()
991 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
DSymbolFilePDB.cpp1639 type->GetForwardCompilerType(); in GetTypes()
/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.cpp131 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h194 CompilerType GetForwardCompilerType();
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUserExpression.cpp288 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
DClangExpressionDeclMap.cpp850 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass()
1478 var_type->GetForwardCompilerType().GetTypeSystem()); in GetVariableValue()
/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp423 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
/external/llvm-project/lldb/source/Target/
DStackFrame.cpp581 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp1370 target_type->GetForwardCompilerType(), in CreateTypedef()