| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectCast.cpp | 36 m_value.SetCompilerType(cast_type); in ValueObjectCast() 69 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 77 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 119 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 163 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
|
| H A D | ValueObjectMemory.cpp | 92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory() 213 value.SetCompilerType(m_compiler_type); in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 109 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 240 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 170 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 134 value.SetCompilerType(opaque_type); in GetObjectDescription() 148 ret.SetCompilerType(return_compiler_type); in GetObjectDescription() 291 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 299 ret.SetCompilerType(static_type); in FixUpDynamicType() 534 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
|
| H A D | AppleObjCRuntimeV2.cpp | 722 class_type_or_name.SetCompilerType(types.front()); in GetDynamicTypeAndAddress() 1560 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl() 1564 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl() 1693 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl() 1699 value.SetCompilerType(clang_uint64_t_pointer_type); in GetClassInfoUtilityFunctionImpl() 1703 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl() 1841 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap() 2069 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap() 3024 input_value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame() 3033 value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame()
|
| H A D | AppleObjCTrampolineHandler.cpp | 532 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines() 942 void_ptr_value.SetCompilerType(clang_void_ptr_type); in GetStepThroughDispatchPlan() 1115 flag_value.SetCompilerType(clang_int_type); in GetStepThroughDispatchPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 56 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() function 57 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 60 SetCompilerType(user_type); in ClangExpressionVariable()
|
| H A D | ClangExpressionDeclMap.cpp | 1517 var_location.SetCompilerType(type_to_use); in GetVariableValue() 1671 parser_vars->m_lldb_value.SetCompilerType(user_type); in AddOneGenericVariable() 1857 entity->SetCompilerType(function_clang_type); in AddOneFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 81 void SetCompilerType(const CompilerType &compiler_type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 286 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 296 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 675 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction() 677 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction() 916 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 195 value.SetCompilerType(intptr_type); in Log()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2838 element_type_ptr->SetCompilerType( in IsArrayType() 3250 pointee_type->SetCompilerType( in IsPointerType() 3257 pointee_type->SetCompilerType( in IsPointerType() 3271 pointee_type->SetCompilerType( in IsPointerType() 3302 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3308 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3322 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3329 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3336 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3360 pointee_type->SetCompilerType( in IsReferenceType() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 196 v.SetCompilerType(desired_type); in GetIndexAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 177 void SetCompilerType(TypeSystem *type_system,
|
| H A D | Type.h | 416 void SetCompilerType(CompilerType compiler_type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 297 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 267 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_i386.cpp | 359 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 457 value.SetCompilerType(compiler_type); in GetReturnValueObjectSimple()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 482 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()
|