| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 194 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription() 256 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump() 303 m_name = GetForwardCompilerType().GetTypeName(); in GetName() 322 GetForwardCompilerType().DumpValue( in DumpValue() 388 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType() 405 return GetForwardCompilerType().GetEncoding(count); in GetEncoding() 480 encoding_type->GetForwardCompilerType(); in ResolveCompilerType() 656 CompilerType Type::GetForwardCompilerType() { in GetForwardCompilerType() function in Type 662 return GetForwardCompilerType().GetTypeName(); in GetQualifiedName() 780 m_compiler_type = type_sp->GetForwardCompilerType(); in SetTypeSP() [all …]
|
| H A D | TypeList.cpp | 132 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes() 203 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
|
| H A D | TypeMap.cpp | 162 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes() 233 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
|
| H A D | Variable.cpp | 712 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 113 return m_type_sp->GetForwardCompilerType(); in GetCompilerTypeImpl() 125 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectVariable.cpp | 71 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl() 85 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | Value.cpp | 237 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType() 245 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 685 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeModifier() 910 return_clang_type = func_type->GetForwardCompilerType(); in ParseSubroutine() 977 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseSubroutine() 1045 class_type->GetForwardCompilerType(); in ParseSubroutine() 1066 class_type->GetForwardCompilerType(); in ParseSubroutine() 1082 class_type->GetForwardCompilerType(); in ParseSubroutine() 1360 CompilerType class_clang_type = class_type->GetForwardCompilerType(); in ParsePointerToMemberType() 1870 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE() 2508 class_clang_type, name, var_type->GetForwardCompilerType(), in ParseSingleMember() 2974 type->GetForwardCompilerType(), storage); in ParseChildParameters() [all …]
|
| H A D | SymbolFileDWARF.cpp | 401 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 120 m_type.m_compiler_type = type->GetForwardCompilerType(); in TypeNameSpecifierImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 121 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress() 153 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 680 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType() 749 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType() 952 type->GetForwardCompilerType(), storage, func->hasInlineAttribute()); in GetDeclForSymbol() 966 arg_type->GetForwardCompilerType(), clang::SC_None, true); in GetDeclForSymbol() 1011 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
|
| H A D | SymbolFilePDB.cpp | 1643 type->GetForwardCompilerType(); in GetTypes()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 171 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 131 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 194 CompilerType GetForwardCompilerType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 288 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
|
| H A D | ClangExpressionDeclMap.cpp | 850 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass() 1479 var_type->GetForwardCompilerType().GetTypeSystem()); in GetVariableValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 423 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 587 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1370 target_type->GetForwardCompilerType(), in CreateTypedef()
|