Home
last modified time | relevance | path

Searched refs:GetFullCompilerType (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp387 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 ? arg_type->GetFullCompilerType() in ParseFunctions()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp562 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 DSymbolFilePDB.cpp493 type->GetFullCompilerType(); in ParseTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp213 CompilerType clang_type(type_sp->GetFullCompilerType()); in FindCompleteType()
241 CompilerType clang_type(type_sp->GetFullCompilerType()); in FindCompleteType()
347 TypeFromUser(complete_type_sp->GetFullCompilerType()); in GetCompleteObjCInterface()
621 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls()
H A DClangExpressionDeclMap.cpp965 CompilerType self_clang_type = self_type->GetFullCompilerType(); in LookUpLldbObjCClass()
978 ClangUtil::ToString(self_type->GetFullCompilerType())); in LookUpLldbObjCClass()
1168 CompilerType func_clang_type = function->GetType()->GetFullCompilerType(); in SearchFunctionsInSymbolContexts()
1481 CompilerType var_clang_type = var_type->GetFullCompilerType(); in GetVariableValue()
1879 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp174 valobj_enum_type = type_sp->GetFullCompilerType(); in FormatObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp450 complete_objc_class_type_sp->GetFullCompilerType()); in GetRuntimeType()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp473 CompilerType compiler_type(match->GetFullCompilerType()); in Find_Impl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h486 CompilerType GetFullCompilerType();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp914 enumerator_clang_type = enumerator_type->GetFullCompilerType(); in ParseEnum()
1522 CompilerType base_class_clang_type = base_class_type->GetFullCompilerType(); in ParseInheritance()
3617 class_type->GetFullCompilerType(); in CopyUniqueClassMethodTypes()
3833 field_type, "$discr$", discriminant_type->GetFullCompilerType(), in ParseRustVariantPart()
3839 member_type->GetFullCompilerType(), in ParseRustVariantPart()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp563 return function_type->GetFullCompilerType(); in GetCompilerType()
H A DType.cpp756 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1699 type_sp->GetFullCompilerType(); in LookupTypeInModule()
1708 typedefed_type_sp->GetFullCompilerType(); in LookupTypeInModule()
1743 type_sp->GetFullCompilerType(); in LookupTypeHere()
1752 typedefed_type_sp->GetFullCompilerType(); in LookupTypeHere()
H A DCommandObjectMemory.cpp501 compiler_type = type_sp->GetFullCompilerType(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1778 (void)type->GetFullCompilerType(); in ParseTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8612 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile()