Home
last modified time | relevance | path

Searched refs:GetBasicType (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSNumber.py81 ).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 DNSIndexSet.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
46 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
49 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
51 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
54 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSSet.py44 ).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 DCFDictionary.py44 ).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 DSelector.py12 return valobj.Cast(valobj.GetType().GetBasicType(
18 'text', valobj.GetValueAsUnsigned(0), valobj.GetType().GetBasicType(
H A DCFString.py151 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 DCFBitVector.py66 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
69 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
72 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
H A DCFArray.py72 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
97 ).GetBasicType(lldb.eBasicTypeLong)
125 ).GetBasicType(lldb.eBasicTypeLong)
H A DNSMachPort.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSDate.py107 ).GetBasicType(lldb.eBasicTypeDouble)
141 ).GetBasicType(lldb.eBasicTypeDouble)
173 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
H A DCFBinaryHeap.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DNSData.py45 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
48 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
H A DCFBag.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
/llvm-project-15.0.7/lldb/examples/summaries/
H A Dsynth.py40 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 DPlatformNetBSD.cpp214 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 DPlatformFreeBSD.cpp195 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 DAppleGetQueuesHandler.cpp186 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 DAppleGetPendingItemsHandler.cpp170 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 DAppleGetThreadItemInfoHandler.cpp177 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 DAppleGetItemInfoHandler.cpp260 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 DBlockPointer.cpp69 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 DLibCxxMap.cpp304 {{"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 DLibCxx.cpp306 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 DPlatformLinux.cpp334 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 DTestTypeSystemClang.cpp243 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()

123