Home
last modified time | relevance | path

Searched refs:SetCompilerType (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp36 m_value.SetCompilerType(cast_type); in ValueObjectCast()
69 m_value.SetCompilerType(compiler_type); in UpdateValue()
H A DValueObjectConstResult.cpp77 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 DValueObjectMemory.cpp92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory()
213 value.SetCompilerType(m_compiler_type); in UpdateValue()
H A DValueObjectChild.cpp109 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
H A DValueObjectDynamicValue.cpp240 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
H A DValueObjectVariable.cpp170 m_value.SetCompilerType(compiler_type); in UpdateValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp134 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 DAppleObjCRuntimeV2.cpp722 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 DAppleObjCTrampolineHandler.cpp532 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 DExpressionVariable.h56 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 DClangExpressionVariable.cpp60 SetCompilerType(user_type); in ClangExpressionVariable()
H A DClangExpressionDeclMap.cpp1517 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 DValue.h81 void SetCompilerType(const CompilerType &compiler_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp286 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 DPlatformPOSIX.cpp675 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 DThreadPlanTracer.cpp195 value.SetCompilerType(intptr_type); in Log()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2838 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 DNSIndexPath.cpp196 v.SetCompilerType(desired_type); in GetIndexAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h177 void SetCompilerType(TypeSystem *type_system,
H A DType.h416 void SetCompilerType(CompilerType compiler_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp297 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp267 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp359 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp457 value.SetCompilerType(compiler_type); in GetReturnValueObjectSimple()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp482 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()

12