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.cpp388 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 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()
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 DSymbolFilePDB.cpp479 type->GetFullCompilerType(); in ParseTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp214 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 DClangExpressionDeclMap.cpp966 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 DTypeFormat.cpp178 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/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1010 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 DType.h522 CompilerType GetFullCompilerType();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp574 return function_type->GetFullCompilerType(); in GetCompilerType()
H A DType.cpp771 CompilerType Type::GetFullCompilerType() { in GetFullCompilerType() function in Type
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1707 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 DCommandObjectMemory.cpp501 compiler_type = type_sp->GetFullCompilerType(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1772 (void)type->GetFullCompilerType(); in ParseTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8536 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile()