| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | NSNumber.py | 81 ).GetBasicType(lldb.eBasicTypeChar) 84 ).GetBasicType(lldb.eBasicTypeShort) 87 ).GetBasicType(lldb.eBasicTypeUnsignedShort) 89 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt) 92 ).GetBasicType(lldb.eBasicTypeLong) 95 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 98 ).GetBasicType(lldb.eBasicTypeLongLong) 101 ).GetBasicType(lldb.eBasicTypeUnsignedLongLong) 104 ).GetBasicType(lldb.eBasicTypeFloat) 107 ).GetBasicType(lldb.eBasicTypeDouble)
|
| H A D | NSIndexSet.py | 44 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 46 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 49 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 51 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 54 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | NSSet.py | 44 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 109 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 112 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 153 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 156 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 186 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
|
| H A D | CFDictionary.py | 44 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 84 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 87 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 127 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 130 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | Selector.py | 12 return valobj.Cast(valobj.GetType().GetBasicType( 18 'text', valobj.GetValueAsUnsigned(0), valobj.GetType().GetBasicType(
|
| H A D | CFString.py | 151 char_type = self.valobj.GetType().GetBasicType( 175 "content", offset, self.valobj.GetType().GetBasicType( 192 "content", offset, self.valobj.GetType().GetBasicType( 199 "content", offset, self.valobj.GetType().GetBasicType( 290 self.valobj.GetType().GetBasicType(
|
| H A D | CFBitVector.py | 66 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 69 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 72 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
|
| H A D | CFArray.py | 72 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 97 ).GetBasicType(lldb.eBasicTypeLong) 125 ).GetBasicType(lldb.eBasicTypeLong)
|
| H A D | NSMachPort.py | 44 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | NSDate.py | 107 ).GetBasicType(lldb.eBasicTypeDouble) 141 ).GetBasicType(lldb.eBasicTypeDouble) 173 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
|
| H A D | CFBinaryHeap.py | 44 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | NSData.py | 45 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 48 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | CFBag.py | 44 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| /llvm-project-15.0.7/lldb/examples/summaries/ |
| H A D | synth.py | 40 type = self.value.target.GetBasicType(lldb.eBasicTypeLong) 44 type = self.value.target.GetBasicType(lldb.eBasicTypeDouble) 47 type = self.value.target.GetBasicType(
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 214 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() 215 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() 216 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType() 217 CompilerType long_long_type = ast->GetBasicType(eBasicTypeLongLong); in GetSiginfoType() 218 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 195 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() 196 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() 197 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType() 198 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetQueuesHandler.cpp | 186 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction() 266 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues() 271 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetCurrentQueues() 281 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetCurrentQueues()
|
| H A D | AppleGetPendingItemsHandler.cpp | 170 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction() 263 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems() 268 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetPendingItems() 274 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetPendingItems()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 177 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction() 264 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo() 269 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetThreadItemInfo() 275 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetThreadItemInfo()
|
| H A D | AppleGetItemInfoHandler.cpp | 260 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo() 265 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetItemInfo() 271 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetItemInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 69 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd() 72 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd() 75 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
|
| H A D | LibCxxMap.cpp | 304 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 305 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 306 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 307 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
|
| H A D | LibCxx.cpp | 306 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 308 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 310 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 311 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update() 472 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 473 {"__hash_", ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedLongLong)}, in Update() 853 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 334 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() 335 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() 336 CompilerType short_type = ast->GetBasicType(eBasicTypeShort); in GetSiginfoType() 337 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType() 338 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 243 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() 261 CompilerType basic_compiler_type = ast.GetBasicType(basic_type); in TEST_F() 277 CompilerType basic_compiler_type = ast.GetBasicType(BasicType::eBasicTypeInt); in TEST_F() 386 CompilerType int_type = m_ast->GetBasicType(eBasicTypeInt); in TEST_F() 750 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() 774 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F() 817 CompilerType return_type = m_ast->GetBasicType(lldb::eBasicTypeVoid); in TEST_F() 853 CompilerType return_type = m_ast->GetBasicType(lldb::eBasicTypeVoid); in TEST_F() 902 m_ast->CreateFunctionType(m_ast->GetBasicType(lldb::eBasicTypeInt), in TEST_F() 924 CompilerType bool_ = m_ast->GetBasicType(eBasicTypeBool); in TEST_F()
|