| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Type.cpp | 172 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription() 231 GetForwardCompilerType().DumpTypeDescription(s); in Dump() 275 m_name = GetForwardCompilerType().GetConstTypeName(); in GetName() 294 GetForwardCompilerType().DumpValue( in DumpValue() 346 return GetForwardCompilerType().IsAggregateType(); in IsAggregateType() 363 return GetForwardCompilerType().GetEncoding(count); in GetEncoding() 438 encoding_type->GetForwardCompilerType(); in ResolveClangType() 448 encoding_type->GetForwardCompilerType().AddConstModifier(); in ResolveClangType() 470 encoding_type->GetForwardCompilerType().GetPointerType(); in ResolveClangType() 598 CompilerType Type::GetForwardCompilerType() { in GetForwardCompilerType() function in Type [all …]
|
| H A D | TypeList.cpp | 138 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes() 209 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
|
| H A D | TypeMap.cpp | 181 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes() 252 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
|
| H A D | Variable.cpp | 739 variable_type->GetForwardCompilerType()); in PrivateAutoComplete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 193 CompilerType GetForwardCompilerType(); 249 compiler_type = type_sp->GetForwardCompilerType(); in TypePair() 283 return type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName() 297 compiler_type = type_sp->GetForwardCompilerType(); in SetType() 308 return type_sp->GetForwardCompilerType().GetPointerType(); in GetPointerType() 314 return type_sp->GetForwardCompilerType().GetPointeeType(); in GetPointeeType() 320 return type_sp->GetForwardCompilerType().GetLValueReferenceType(); in GetReferenceType() 327 return type_sp->GetForwardCompilerType().GetTypedefedType(); in GetTypedefedType() 334 return type_sp->GetForwardCompilerType().GetNonReferenceType(); in GetDereferencedType() 341 return type_sp->GetForwardCompilerType().GetFullyUnqualifiedType(); in GetUnqualifiedType() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 109 return m_type_sp->GetForwardCompilerType(); in GetCompilerTypeImpl() 121 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectVariable.cpp | 70 return var_type->GetForwardCompilerType(); in GetCompilerTypeImpl() 84 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | Value.cpp | 256 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType() 264 m_compiler_type = variable_type->GetForwardCompilerType(); in GetCompilerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 127 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress() 159 type_sp->GetForwardCompilerType())) { in GetTypeInfoFromVTableAddress() 248 type_sp->GetForwardCompilerType())) { in GetDynamicTypeAndAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 178 lldb_private::CompilerType dwo_type = dwo_type_sp->GetForwardCompilerType(); in ParseTypeFromDWO() 443 lldb_function_type_sp->GetForwardCompilerType()); in ParseTypeFromDWARF() 1271 return_clang_type = func_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 1338 complete_objc_class_type_sp->GetForwardCompilerType(); in ParseTypeFromDWARF() 1422 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 1444 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 1461 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 1745 element_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 1847 pointee_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 2020 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE() [all …]
|
| H A D | SymbolFileDWARF.cpp | 376 CompilerType compiler_type = type->GetForwardCompilerType(); in GetTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 658 CompilerType element_ast_type = element_type->GetForwardCompilerType(); in CreateLLDBTypeFromPDBType() 721 pointee_type->GetForwardCompilerType()); in CreateLLDBTypeFromPDBType() 921 decl_context, name.c_str(), type->GetForwardCompilerType(), storage, in GetDeclForSymbol() 935 decl, nullptr, arg_type->GetForwardCompilerType(), in GetDeclForSymbol() 981 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
|
| H A D | SymbolFilePDB.cpp | 1595 type->GetForwardCompilerType(); in GetTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 173 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ObjCLanguageRuntime.cpp | 125 type_sp->GetForwardCompilerType())) { in LookupInCompleteClassCache()
|
| H A D | StackFrame.cpp | 581 if (!var_type->GetForwardCompilerType().IsAnonymousType()) in GetValueForVariableExpressionPath()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 266 CompilerType self_clang_type = self_type->GetForwardCompilerType(); in ScanContext()
|
| H A D | ClangExpressionDeclMap.cpp | 1001 this_type->GetForwardCompilerType().GetPointeeType(); in FindExternalVisibleDecls() 1583 var_type->GetForwardCompilerType().GetTypeSystem()); in GetVariableValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | Materializer.cpp | 434 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1368 decl, target_type->GetForwardCompilerType(), in CreateTypedef()
|