Searched refs:GetFullCompilerType (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 388 compiler_type = ref_type->GetFullCompilerType().GetPointerType(); in CreateModifier() 391 compiler_type = ref_type->GetFullCompilerType().AddConstModifier(); in CreateModifier() 394 compiler_type = ref_type->GetFullCompilerType().AddVolatileModifier(); in CreateModifier() 397 compiler_type = ref_type->GetFullCompilerType().AddRestrictModifier(); in CreateModifier() 421 CompilerType target_ast_type = underlying_type->GetFullCompilerType(); in CreateTypedef() 447 element_type->GetFullCompilerType(), ctf_array.nelems, in CreateArray() 481 arg_types.push_back(arg_type->GetFullCompilerType()); in CreateFunction() 492 ret_type->GetFullCompilerType(), arg_types, ctf_function.variadic, 0, in CreateFunction() 547 field_type->GetFullCompilerType(), in CompleteType() 804 arg_types.push_back(arg_type ? arg_type->GetFullCompilerType() in ParseFunctions() [all …]
|
| /freebsd/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() 764 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType() 859 CompilerType class_parent_ct = class_parent_type->GetFullCompilerType(); in GetDeclForSymbol() 1373 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases() 1432 CompilerType method_comp_type = method_type->GetFullCompilerType(); in AddRecordMethod()
|
| H A D | SymbolFilePDB.cpp | 479 type->GetFullCompilerType(); in ParseTypes()
|
| /freebsd/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() 1167 CompilerType func_clang_type = function->GetType()->GetFullCompilerType(); in SearchFunctionsInSymbolContexts() 1481 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue() 1878 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 178 valobj_enum_type = type_sp->GetFullCompilerType(); in FormatObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 450 complete_objc_class_type_sp->GetFullCompilerType()); in GetRuntimeType()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 473 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1010 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseEnum() 1600 CompilerType base_class_clang_type = base_class_type->GetFullCompilerType(); in ParseInheritance() 3624 class_type->GetFullCompilerType(); in CopyUniqueClassMethodTypes() 3877 field_type, "$discr$", discriminant_type->GetFullCompilerType(), in ParseRustVariantPart() 3885 member_type->GetFullCompilerType(), in ParseRustVariantPart()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 522 CompilerType GetFullCompilerType();
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 574 return function_type->GetFullCompilerType(); in GetCompilerType()
|
| H A D | Type.cpp | 771 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 1707 type_sp->GetFullCompilerType(); in LookupTypeInModule() 1716 typedefed_type_sp->GetFullCompilerType(); in LookupTypeInModule() 1751 type_sp->GetFullCompilerType(); in LookupTypeHere() 1760 typedefed_type_sp->GetFullCompilerType(); in LookupTypeHere()
|
| H A D | CommandObjectMemory.cpp | 501 compiler_type = type_sp->GetFullCompilerType(); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1772 (void)type->GetFullCompilerType(); in ParseTypes()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8536 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile()
|