| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectCast.cpp | 39 m_value.SetCompilerType(cast_type); in ValueObjectCast() 73 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 76 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 115 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 158 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
|
| H A D | ValueObjectMemory.cpp | 88 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory() 212 value.SetCompilerType(m_compiler_type); in UpdateValue()
|
| H A D | ValueObjectChild.cpp | 117 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 166 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 242 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
| H A D | Value.cpp | 273 void Value::SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() function in Value
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 120 value.SetCompilerType(opaque_type); in GetObjectDescription() 132 ret.SetCompilerType(return_compiler_type); in GetObjectDescription() 271 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 279 ret.SetCompilerType(static_type); in FixUpDynamicType() 504 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
|
| H A D | AppleObjCRuntimeV2.cpp | 450 class_type_or_name.SetCompilerType( in GetDynamicTypeAndAddress() 1341 value.SetCompilerType(clang_void_pointer_type); in UpdateISAToDescriptorMapDynamic() 1346 value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic() 1421 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic() 1599 value.SetCompilerType(clang_void_pointer_type); in UpdateISAToDescriptorMapSharedCache() 1605 value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache() 1672 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache() 2621 input_value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame() 2629 value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame()
|
| H A D | AppleObjCTrampolineHandler.cpp | 532 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines() 906 void_ptr_value.SetCompilerType(clang_void_ptr_type); in GetStepThroughDispatchPlan() 1083 flag_value.SetCompilerType(clang_int_type); in GetStepThroughDispatchPlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 61 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() function 62 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 61 SetCompilerType(user_type); in ClangExpressionVariable()
|
| H A D | ClangExpressionDeclMap.cpp | 1633 var_location.SetCompilerType(type_to_use); in GetVariableValue() 1802 parser_vars->m_lldb_value.SetCompilerType(user_type); in AddOneGenericVariable() 1883 parser_vars->m_lldb_value.SetCompilerType(user_type); in ResolveUnknownTypes() 1886 entity->SetCompilerType(user_type); in ResolveUnknownTypes() 2089 entity->SetCompilerType(function_clang_type); in AddOneFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 184 void SetCompilerType(TypeSystem *type_system, 187 void SetCompilerType(clang::ASTContext *ast, clang::QualType qual_type);
|
| H A D | Type.h | 554 void SetCompilerType(CompilerType compiler_type);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 294 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 304 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 193 value.SetCompilerType(intptr_type); in Log()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Value.h | 147 void SetCompilerType(const CompilerType &compiler_type);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 3427 pointee_type->SetCompilerType( in IsPointerType() 3433 pointee_type->SetCompilerType( in IsPointerType() 3439 pointee_type->SetCompilerType( in IsPointerType() 3445 pointee_type->SetCompilerType( in IsPointerType() 3495 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3501 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3507 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3513 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3519 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3525 pointee_type->SetCompilerType( in IsPointerOrReferenceType() [all …]
|
| H A D | CompilerType.cpp | 339 void CompilerType::SetCompilerType(TypeSystem *type_system, in SetCompilerType() function in CompilerType 345 void CompilerType::SetCompilerType(clang::ASTContext *ast, in SetCompilerType() function in CompilerType
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 200 v.SetCompilerType(desired_type); in GetIndexAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 1026 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction() 1028 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction() 1255 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 300 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/ |
| H A D | ABISysV_s390x.cpp | 503 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| H A D | ABIMacOSX_i386.cpp | 927 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()
|