/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | AppleGetItemInfoHandler.cpp | 267 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetItemInfo() 272 debug_value.SetCompilerType(clang_int_type); in GetItemInfo() 278 item_value.SetCompilerType(clang_uint64_type); in GetItemInfo() 282 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetItemInfo() 286 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetItemInfo()
|
H A D | AppleGetPendingItemsHandler.cpp | 266 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 D | AppleGetThreadItemInfoHandler.cpp | 267 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 D | AppleGetQueuesHandler.cpp | 269 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()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | ValueObjectCast.cpp | 37 m_value.SetCompilerType(cast_type); in ValueObjectCast() 70 m_value.SetCompilerType(compiler_type); 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() 213 value.SetCompilerType(m_compiler_type); in UpdateValue()
|
H A D | ValueObjectChild.cpp | 107 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
|
H A D | ValueObjectDynamicValue.cpp | 237 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
H A D | ValueObjectVariable.cpp | 170 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 135 value.SetCompilerType(opaque_type); in GetObjectDescription() 150 ret.SetCompilerType(return_compiler_type); in GetObjectDescription() 293 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 301 ret.SetCompilerType(static_type); in FixUpDynamicType() 535 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
|
H A D | AppleObjCRuntimeV2.cpp | 801 class_type_or_name.SetCompilerType(types.front()); in GetDynamicTypeAndAddress() 1654 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() 2009 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap() 2244 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap() [all …]
|
H A D | AppleObjCTrampolineHandler.cpp | 432 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()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOS.cpp | 285 mode_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit() 289 count_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit() 292 count_value.SetCompilerType(clang_uint64_type); in NotifyBreakpointHit() 296 headers_value.SetCompilerType(clang_void_ptr_type); in NotifyBreakpointHit()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionVariable.cpp | 60 SetCompilerType(user_type); in ClangExpressionVariable()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 236 void SetCompilerType(lldb::TypeSystemWP type_system, 238 void SetCompilerType(TypeSystemSPWrapper type_system,
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 356 value.SetCompilerType(VoidPtrTy); in DoLoadImage() 703 value.SetCompilerType(WCharPtrTy); in MakeLoadImageUtilityFunction() 707 value.SetCompilerType(VoidPtrTy); in MakeLoadImageUtilityFunction()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Value.h | 81 void SetCompilerType(const CompilerType &compiler_type);
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 644 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction() 646 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction() 889 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | ThreadPlanTracer.cpp | 195 value.SetCompilerType(intptr_type); in Log()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2890 element_type_ptr->SetCompilerType( in IsArrayType() 2904 element_type_ptr->SetCompilerType( in IsArrayType() 2916 element_type_ptr->SetCompilerType( in IsArrayType() 2928 element_type_ptr->SetCompilerType( in IsArrayType() 3310 pointee_type->SetCompilerType( in IsPointerType() 3318 pointee_type->SetCompilerType( in IsPointerType() 3325 pointee_type->SetCompilerType(weak_from_this(), in IsPointerType() 3332 pointee_type->SetCompilerType( in IsPointerType() 3363 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3371 pointee_type->SetCompilerType( in IsPointerOrReferenceType() [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 196 v.SetCompilerType(desired_type); in GetIndexAtIndex()
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 360 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType() function in CompilerType 366 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType() function in CompilerType
|