Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp267 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 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()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectCast.cpp37 m_value.SetCompilerType(cast_type); in ValueObjectCast()
70 m_value.SetCompilerType(compiler_type); in UpdateValue()
H A DValueObjectConstResult.cpp78 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 DValueObjectMemory.cpp92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory()
213 value.SetCompilerType(m_compiler_type); in UpdateValue()
H A DValueObjectChild.cpp107 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
H A DValueObjectDynamicValue.cpp237 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
H A DValueObjectVariable.cpp170 m_value.SetCompilerType(compiler_type); in UpdateValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp135 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 DAppleObjCRuntimeV2.cpp801 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 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp285 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 DExpressionVariable.h57 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 DClangExpressionVariable.cpp60 SetCompilerType(user_type); in ClangExpressionVariable()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h236 void SetCompilerType(lldb::TypeSystemWP type_system,
238 void SetCompilerType(TypeSystemSPWrapper type_system,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp356 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 DValue.h81 void SetCompilerType(const CompilerType &compiler_type);
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp286 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
296 ret.SetCompilerType(static_type); in FixUpDynamicType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp644 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 DThreadPlanTracer.cpp195 value.SetCompilerType(intptr_type); in Log()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2890 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 DNSIndexPath.cpp196 v.SetCompilerType(desired_type); in GetIndexAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp360 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

12