Searched refs:GetFullCompilerType (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 387 compiler_type = ref_type->GetFullCompilerType().GetPointerType(); in CreateModifier() 390 compiler_type = ref_type->GetFullCompilerType().AddConstModifier(); in CreateModifier() 393 compiler_type = ref_type->GetFullCompilerType().AddVolatileModifier(); in CreateModifier() 396 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier() 420 CompilerType target_ast_type = underlying_type->GetFullCompilerType(); in CreateTypedef() 449 element_type->GetFullCompilerType(), ctf_array.nelems, in CreateArray() 483 arg_types.push_back(arg_type->GetFullCompilerType()); in CreateFunction() 494 ret_type->GetFullCompilerType(), arg_types.data(), arg_types.size(), in CreateFunction() 548 field_type->GetFullCompilerType(), in CompleteType() 805 arg_types.push_back(arg_type->GetFullCompilerType()); in ParseFunctions() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 562 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType() 633 CompilerType arg_ast_type = arg_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType() 649 CompilerType return_ast_type = return_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType() 765 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType() 860 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType(); in GetDeclForSymbol() 1374 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases() 1433 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
|
| H A D | SymbolFilePDB.cpp | 493 type->GetFullCompilerType(); in ParseTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 174 valobj_enum_type = type_sp->GetFullCompilerType(); in FormatObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 214 CompilerType clang_type(type_sp->GetFullCompilerType()); in FindCompleteType() 242 CompilerType clang_type(type_sp->GetFullCompilerType()); in FindCompleteType() 348 TypeFromUser(complete_type_sp->GetFullCompilerType()); in GetCompleteObjCInterface() 622 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls()
|
| H A D | ClangExpressionDeclMap.cpp | 966 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass() 979 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass() 1170 CompilerType func_clang_type = function->GetType()->GetFullCompilerType(); in SearchFunctionsInSymbolContexts() 1486 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue() 1884 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 442 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 449 complete_objc_class_type_sp->GetFullCompilerType()); in GetRuntimeType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 741 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type 1192 return type_sp->GetFullCompilerType(); in FindDirectNestedType()
|
| H A D | Function.cpp | 562 return function_type->GetFullCompilerType(); in GetCompilerType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 866 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseEnum() 1217 class_type->GetFullCompilerType(); in ParseSubroutine() 1488 CompilerType base_class_clang_type = base_class_type->GetFullCompilerType(); in ParseInheritance() 3687 class_type->GetFullCompilerType(); in CopyUniqueClassMethodTypes() 3903 field_type, "$discr$", discriminant_type->GetFullCompilerType(), in ParseRustVariantPart() 3909 member_type->GetFullCompilerType(), in ParseRustVariantPart()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 480 CompilerType GetFullCompilerType();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 1742 type_sp->GetFullCompilerType(); in LookupTypeInModule() 1751 typedefed_type_sp->GetFullCompilerType(); in LookupTypeInModule() 1786 type_sp->GetFullCompilerType(); in LookupTypeHere() 1795 typedefed_type_sp->GetFullCompilerType(); in LookupTypeHere()
|
| H A D | CommandObjectMemory.cpp | 501 compiler_type = type_sp->GetFullCompilerType(); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1778 (void)type->GetFullCompilerType(); in ParseTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8447 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile()
|