| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | NSNumber.py | 79 ).GetBasicType(lldb.eBasicTypeChar) 82 ).GetBasicType(lldb.eBasicTypeShort) 85 ).GetBasicType(lldb.eBasicTypeUnsignedShort) 87 self.sys_params.types_cache.int = self.valobj.GetType().GetBasicType(lldb.eBasicTypeInt) 90 ).GetBasicType(lldb.eBasicTypeLong) 93 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 96 ).GetBasicType(lldb.eBasicTypeLongLong) 99 ).GetBasicType(lldb.eBasicTypeUnsignedLongLong) 102 ).GetBasicType(lldb.eBasicTypeFloat) 105 ).GetBasicType(lldb.eBasicTypeDouble)
|
| H A D | NSIndexSet.py | 39 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 41 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 44 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 46 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 49 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | NSSet.py | 39 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 42 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 104 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 107 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 148 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 151 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 181 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
|
| H A D | CFDictionary.py | 39 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 42 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 79 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 82 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 122 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 125 ).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 | 65 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 68 ).GetBasicType(lldb.eBasicTypeUnsignedInt) 71 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
|
| H A D | CFArray.py | 67 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 92 ).GetBasicType(lldb.eBasicTypeLong) 120 ).GetBasicType(lldb.eBasicTypeLong)
|
| H A D | NSMachPort.py | 39 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 42 ).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 | 39 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | NSData.py | 40 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 43 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| H A D | CFBag.py | 39 ).GetBasicType(lldb.eBasicTypeUnsignedLong) 42 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/ |
| H A D | synth.py | 39 type = self.value.target.GetBasicType(lldb.eBasicTypeLong) 43 type = self.value.target.GetBasicType(lldb.eBasicTypeDouble) 46 type = self.value.target.GetBasicType(
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 217 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() 218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() 219 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType() 220 CompilerType long_long_type = ast->GetBasicType(eBasicTypeLongLong); in GetSiginfoType() 221 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 198 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() 199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() 200 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType() 201 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetPendingItemsHandler.cpp | 170 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction() 263 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems() 268 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetPendingItems() 274 scratch_ts_sp->GetBasicType(eBasicTypeUnsignedLongLong); in GetPendingItems()
|
| H A D | AppleGetQueuesHandler.cpp | 186 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction() 266 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues() 271 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetCurrentQueues() 281 scratch_ts_sp->GetBasicType(eBasicTypeUnsignedLongLong); in GetCurrentQueues()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 177 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction() 264 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo() 269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetThreadItemInfo() 275 scratch_ts_sp->GetBasicType(eBasicTypeUnsignedLongLong); in GetThreadItemInfo()
|
| H A D | AppleGetItemInfoHandler.cpp | 264 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo() 269 CompilerType clang_int_type = scratch_ts_sp->GetBasicType(eBasicTypeInt); in GetItemInfo() 275 scratch_ts_sp->GetBasicType(eBasicTypeUnsignedLongLong); in GetItemInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 71 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd() 74 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd() 77 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
|
| H A D | LibCxxMap.cpp | 303 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 304 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 305 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset() 306 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
|
| H A D | LibCxx.cpp | 318 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 320 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 322 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 323 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update() 484 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update() 485 {"__hash_", ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedLongLong)}, in Update() 862 scratch_ts_sp->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 337 CompilerType int_type = ast->GetBasicType(eBasicTypeInt); in GetSiginfoType() 338 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() 339 CompilerType short_type = ast->GetBasicType(eBasicTypeShort); in GetSiginfoType() 340 CompilerType long_type = ast->GetBasicType(eBasicTypeLong); in GetSiginfoType() 341 CompilerType voidp_type = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 94 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider() 165 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
|