Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp263 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetItemInfo()
268 debug_value.SetCompilerType(clang_int_type); in GetItemInfo()
274 item_value.SetCompilerType(clang_uint64_type); in GetItemInfo()
278 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetItemInfo()
282 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp266 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetPendingItems()
271 debug_value.SetCompilerType(clang_int_type); in GetPendingItems()
277 queue_value.SetCompilerType(clang_uint64_type); in GetPendingItems()
281 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetPendingItems()
285 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp267 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetThreadItemInfo()
272 debug_value.SetCompilerType(clang_int_type); in GetThreadItemInfo()
278 thread_id_value.SetCompilerType(clang_uint64_type); in GetThreadItemInfo()
282 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetThreadItemInfo()
286 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetThreadItemInfo()
H A DAppleGetQueuesHandler.cpp269 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetCurrentQueues()
274 debug_value.SetCompilerType(clang_int_type); in GetCurrentQueues()
278 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetCurrentQueues()
284 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetCurrentQueues()
/llvm-project-15.0.7/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.cpp236 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
H A DValueObjectVariable.cpp169 m_value.SetCompilerType(compiler_type); in UpdateValue()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp135 value.SetCompilerType(opaque_type); in GetObjectDescription()
149 ret.SetCompilerType(return_compiler_type); in GetObjectDescription()
292 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
300 ret.SetCompilerType(static_type); in FixUpDynamicType()
535 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
H A DAppleObjCRuntimeV2.cpp1654 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1658 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
1663 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1665 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
1822 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1828 value.SetCompilerType(clang_uint64_t_pointer_type); in GetClassInfoUtilityFunctionImpl()
1832 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
2006 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap()
2238 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap()
3246 input_value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame()
[all …]
H A DAppleObjCTrampolineHandler.cpp432 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines()
881 void_ptr_value.SetCompilerType(clang_void_ptr_type); in GetStepThroughDispatchPlan()
1096 flag_value.SetCompilerType(clang_int_type); in GetStepThroughDispatchPlan()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp256 mode_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit()
260 count_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit()
263 count_value.SetCompilerType(clang_uint64_type); in NotifyBreakpointHit()
267 headers_value.SetCompilerType(clang_void_ptr_type); in NotifyBreakpointHit()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp60 SetCompilerType(user_type); in ClangExpressionVariable()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp353 value.SetCompilerType(VoidPtrTy); in DoLoadImage()
697 value.SetCompilerType(WCharPtrTy); in MakeLoadImageUtilityFunction()
701 value.SetCompilerType(VoidPtrTy); in MakeLoadImageUtilityFunction()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h81 void SetCompilerType(const CompilerType &compiler_type);
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp286 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
296 ret.SetCompilerType(static_type); in FixUpDynamicType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp643 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction()
645 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction()
889 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanTracer.cpp195 value.SetCompilerType(intptr_type); in Log()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2857 element_type_ptr->SetCompilerType( in IsArrayType()
3274 pointee_type->SetCompilerType( in IsPointerType()
3281 pointee_type->SetCompilerType( in IsPointerType()
3295 pointee_type->SetCompilerType( in IsPointerType()
3326 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3332 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3346 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3353 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3360 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3384 pointee_type->SetCompilerType( in IsReferenceType()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp196 v.SetCompilerType(desired_type); in GetIndexAtIndex()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h177 void SetCompilerType(TypeSystem *type_system,
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp296 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()

12