/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | AppleGetThreadItemInfoHandler.cpp | 266 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetThreadItemInfo() 271 debug_value.SetCompilerType(clang_int_type); in GetThreadItemInfo() 277 thread_id_value.SetCompilerType(clang_uint64_type); in GetThreadItemInfo() 281 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetThreadItemInfo() 285 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetThreadItemInfo()
|
D | AppleGetPendingItemsHandler.cpp | 265 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetPendingItems() 270 debug_value.SetCompilerType(clang_int_type); in GetPendingItems() 276 queue_value.SetCompilerType(clang_uint64_type); in GetPendingItems() 280 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetPendingItems() 284 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetPendingItems()
|
D | AppleGetItemInfoHandler.cpp | 262 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetItemInfo() 267 debug_value.SetCompilerType(clang_int_type); in GetItemInfo() 273 item_value.SetCompilerType(clang_uint64_type); in GetItemInfo() 277 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetItemInfo() 281 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetItemInfo()
|
D | AppleGetQueuesHandler.cpp | 268 return_buffer_ptr_value.SetCompilerType(clang_void_ptr_type); in GetCurrentQueues() 273 debug_value.SetCompilerType(clang_int_type); in GetCurrentQueues() 277 page_to_free_value.SetCompilerType(clang_void_ptr_type); in GetCurrentQueues() 283 page_to_free_size_value.SetCompilerType(clang_uint64_type); in GetCurrentQueues()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectCast.cpp | 36 m_value.SetCompilerType(cast_type); in ValueObjectCast() 69 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
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()
|
D | ValueObjectMemory.cpp | 92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory() 210 value.SetCompilerType(m_compiler_type); in UpdateValue()
|
D | ValueObjectChild.cpp | 109 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
|
D | ValueObjectDynamicValue.cpp | 240 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
D | ValueObjectVariable.cpp | 170 m_value.SetCompilerType(compiler_type); in UpdateValue()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOS.cpp | 248 mode_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit() 252 count_value.SetCompilerType(clang_uint32_type); in NotifyBreakpointHit() 255 count_value.SetCompilerType(clang_uint64_type); in NotifyBreakpointHit() 259 headers_value.SetCompilerType(clang_void_ptr_type); in NotifyBreakpointHit()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
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() 539 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
|
D | AppleObjCRuntimeV2.cpp | 480 class_type_or_name.SetCompilerType(types.front()); in GetDynamicTypeAndAddress() 1350 value.SetCompilerType(clang_void_pointer_type); in UpdateISAToDescriptorMapDynamic() 1355 value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic() 1424 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic() 1635 value.SetCompilerType(clang_void_pointer_type); in UpdateISAToDescriptorMapSharedCache() 1640 value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache() 1705 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache() 2622 input_value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame() 2630 value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame()
|
D | AppleObjCTrampolineHandler.cpp | 536 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines() 946 void_ptr_value.SetCompilerType(clang_void_ptr_type); in GetStepThroughDispatchPlan() 1119 flag_value.SetCompilerType(clang_int_type); in GetStepThroughDispatchPlan()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | ExpressionVariable.h | 56 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() function 57 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionVariable.cpp | 60 SetCompilerType(user_type); in ClangExpressionVariable()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Value.h | 76 void SetCompilerType(const CompilerType &compiler_type);
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 286 ret.SetCompilerType(corrected_type); in FixUpDynamicType() 296 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 2769 element_type_ptr->SetCompilerType( in IsArrayType() 2783 element_type_ptr->SetCompilerType( in IsArrayType() 2795 element_type_ptr->SetCompilerType( in IsArrayType() 2807 element_type_ptr->SetCompilerType( in IsArrayType() 3167 pointee_type->SetCompilerType( in IsPointerType() 3174 pointee_type->SetCompilerType( in IsPointerType() 3181 pointee_type->SetCompilerType(this, in IsPointerType() 3188 pointee_type->SetCompilerType( in IsPointerType() 3219 pointee_type->SetCompilerType( in IsPointerOrReferenceType() 3225 pointee_type->SetCompilerType( in IsPointerOrReferenceType() [all …]
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 667 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction() 669 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction() 908 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanTracer.cpp | 195 value.SetCompilerType(intptr_type); in Log()
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSIndexPath.cpp | 196 v.SetCompilerType(desired_type); in GetIndexAtIndex()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompilerType.h | 172 void SetCompilerType(TypeSystem *type_system,
|
/external/llvm-project/lldb/source/Expression/ |
D | FunctionCaller.cpp | 297 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
|
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABIMacOSX_i386.cpp | 267 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()
|