| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectCast.cpp | 37 m_value.SetCompilerType(cast_type); in ValueObjectCast() 71 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
| H A D | ValueObjectVTable.cpp | 101 m_value.SetCompilerType(function->GetCompilerType().GetPointerType()); in UpdateValue() 113 m_value.SetCompilerType( in UpdateValue() 259 m_value.SetCompilerType( in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 78 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 119 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 162 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
|
| H A D | ValueObjectMemory.cpp | 92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory() 221 value.SetCompilerType(m_compiler_type); in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 108 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 273 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 172 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 139 value.SetCompilerType(opaque_type); in GetObjectDescription() 154 ret.SetCompilerType(return_compiler_type); in GetObjectDescription() 299 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 307 ret.SetCompilerType(static_type); in FixUpDynamicType() 541 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
|
| H A D | AppleObjCRuntimeV2.cpp | 822 class_type_or_name.SetCompilerType(types.front()); in GetDynamicTypeAndAddress() 1798 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl() 1802 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl() 1807 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl() 1809 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl() 1966 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl() 1972 value.SetCompilerType(clang_uint64_t_pointer_type); in GetClassInfoUtilityFunctionImpl() 1976 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl() 2153 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap() 2391 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap() [all …]
|
| H A D | AppleObjCTrampolineHandler.cpp | 431 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines() 880 void_ptr_value.SetCompilerType(clang_void_ptr_type); in GetStepThroughDispatchPlan() 1095 flag_value.SetCompilerType(clang_int_type); in GetStepThroughDispatchPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 150 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 158 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 57 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() function 58 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 58 SetCompilerType(user_type); in ClangExpressionVariable()
|
| H A D | ClangExpressionDeclMap.cpp | 1526 var_location.SetCompilerType(type_to_use); in GetVariableValue() 1625 var_location.SetCompilerType(parser_type); in AddOneVariable() 1742 parser_vars->m_lldb_value.SetCompilerType(user_type); in AddOneGenericVariable() 1928 entity->SetCompilerType(function_clang_type); in AddOneFunction()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 299 void SetCompilerType(lldb::TypeSystemWP type_system, 301 void SetCompilerType(TypeSystemSPWrapper type_system,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 81 void SetCompilerType(const CompilerType &compiler_type);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 654 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction() 656 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction() 903 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 196 value.SetCompilerType(intptr_type); in Log()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 380 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 390 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 203 v.SetCompilerType(desired_type); in GetIndexAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2872 element_type_ptr->SetCompilerType( in IsArrayType() 2886 element_type_ptr->SetCompilerType( in IsArrayType() 2898 element_type_ptr->SetCompilerType( in IsArrayType() 2910 element_type_ptr->SetCompilerType( in IsArrayType() 3308 pointee_type->SetCompilerType( in IsPointerType() 3316 pointee_type->SetCompilerType( in IsPointerType() 3323 pointee_type->SetCompilerType(weak_from_this(), in IsPointerType() 3330 pointee_type->SetCompilerType( in IsPointerType() 3361 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3369 pointee_type->SetCompilerType( in IsPointerOrReferenceType() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 318 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 270 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_i386.cpp | 365 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 576 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType() function in CompilerType 582 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType() function in CompilerType
|