/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectCast.cpp | 37 m_value.SetCompilerType(cast_type); in ValueObjectCast() 72 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
H A D | ValueObjectVTable.cpp | 102 m_value.SetCompilerType(function->GetCompilerType().GetPointerType()); in UpdateValue() 114 m_value.SetCompilerType( in UpdateValue() 260 m_value.SetCompilerType( in UpdateValue()
|
H A D | ValueObjectConstResult.cpp | 78 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 120 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 164 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
|
H A D | ValueObjectMemory.cpp | 92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory() 217 value.SetCompilerType(m_compiler_type); in UpdateValue()
|
H A D | ValueObjectChild.cpp | 109 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
|
H A D | ValueObjectDynamicValue.cpp | 253 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
H A D | ValueObjectVariable.cpp | 177 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 | 815 class_type_or_name.SetCompilerType(types.front()); in GetDynamicTypeAndAddress() 1782 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl() 1786 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl() 1791 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl() 1793 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl() 1950 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl() 1956 value.SetCompilerType(clang_uint64_t_pointer_type); in GetClassInfoUtilityFunctionImpl() 1960 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl() 2137 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap() 2375 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/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/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/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() 1626 var_location.SetCompilerType(parser_type); in AddOneVariable() 1743 parser_vars->m_lldb_value.SetCompilerType(user_type); in AddOneGenericVariable() 1929 entity->SetCompilerType(function_clang_type); in AddOneFunction()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 291 void SetCompilerType(lldb::TypeSystemWP type_system, 293 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 | 646 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction() 648 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction() 891 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2830 element_type_ptr->SetCompilerType( in IsArrayType() 2844 element_type_ptr->SetCompilerType( in IsArrayType() 2856 element_type_ptr->SetCompilerType( in IsArrayType() 2868 element_type_ptr->SetCompilerType( in IsArrayType() 3265 pointee_type->SetCompilerType( in IsPointerType() 3273 pointee_type->SetCompilerType( in IsPointerType() 3280 pointee_type->SetCompilerType(weak_from_this(), in IsPointerType() 3287 pointee_type->SetCompilerType( in IsPointerType() 3318 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3326 pointee_type->SetCompilerType( in IsPointerOrReferenceType() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanTracer.cpp | 195 value.SetCompilerType(intptr_type); in Log()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 384 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 394 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 198 v.SetCompilerType(desired_type); in GetIndexAtIndex()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 268 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()
|
H A D | ABISysV_i386.cpp | 360 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | FunctionCaller.cpp | 319 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 566 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType() function in CompilerType 572 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType() function in CompilerType
|