Home
last modified time | relevance | path

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

123

/external/llvm-project/lldb/examples/summaries/cocoa/
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)
DNSIndexSet.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
46 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
49 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
51 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
54 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
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()
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)
DSelector.py12 return valobj.Cast(valobj.GetType().GetBasicType(
18 'text', valobj.GetValueAsUnsigned(0), valobj.GetType().GetBasicType(
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(
DCFBitVector.py66 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
69 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
72 ).GetBasicType(lldb.eBasicTypeChar).GetPointerType()
DCFArray.py72 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
97 ).GetBasicType(lldb.eBasicTypeLong)
125 ).GetBasicType(lldb.eBasicTypeLong)
DNSMachPort.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
DCFBag.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
DNSData.py45 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
48 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
DCFBinaryHeap.py44 ).GetBasicType(lldb.eBasicTypeUnsignedLong)
47 ).GetBasicType(lldb.eBasicTypeUnsignedInt)
DNSDate.py107 ).GetBasicType(lldb.eBasicTypeDouble)
141 ).GetBasicType(lldb.eBasicTypeDouble)
173 ).GetBasicType(lldb.eBasicTypeVoid).GetPointerType()
/external/llvm-project/lldb/examples/summaries/
Dsynth.py40 type = self.value.target.GetBasicType(lldb.eBasicTypeLong)
44 type = self.value.target.GetBasicType(lldb.eBasicTypeDouble)
47 type = self.value.target.GetBasicType(
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetThreadItemInfoHandler.cpp176 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetThreadItemInfoFunction()
263 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetThreadItemInfo()
268 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetThreadItemInfo()
274 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetThreadItemInfo()
DAppleGetQueuesHandler.cpp185 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetQueuesFunction()
265 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetCurrentQueues()
270 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetCurrentQueues()
280 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetCurrentQueues()
DAppleGetPendingItemsHandler.cpp169 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupGetPendingItemsFunction()
262 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetPendingItems()
267 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetPendingItems()
273 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetPendingItems()
DAppleGetItemInfoHandler.cpp259 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetItemInfo()
264 CompilerType clang_int_type = clang_ast_context->GetBasicType(eBasicTypeInt); in GetItemInfo()
270 clang_ast_context->GetBasicType(eBasicTypeUnsignedLongLong); in GetItemInfo()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp73 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
76 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
79 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
DLibCxxMap.cpp307 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
308 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
309 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
310 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
DLibCxx.cpp287 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
289 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
291 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
292 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
700 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp240 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F()
258 CompilerType basic_compiler_type = ast.GetBasicType(basic_type); in TEST_F()
274 CompilerType basic_compiler_type = ast.GetBasicType(BasicType::eBasicTypeInt); in TEST_F()
383 CompilerType int_type = m_ast->GetBasicType(eBasicTypeInt); in TEST_F()
561 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F()
585 CompilerType int_type = m_ast->GetBasicType(lldb::eBasicTypeInt); in TEST_F()
628 CompilerType return_type = m_ast->GetBasicType(lldb::eBasicTypeVoid); in TEST_F()
664 CompilerType return_type = m_ast->GetBasicType(lldb::eBasicTypeVoid); in TEST_F()
713 m_ast->CreateFunctionType(m_ast->GetBasicType(lldb::eBasicTypeInt), in TEST_F()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSError.cpp91 ->GetBasicType(lldb::eBasicTypeVoid) in NSError_SummaryProvider()
160 ->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
/external/llvm-project/lldb/test/API/functionalities/data-formatter/synthcapping/
DfooSynthProvider.py8 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/external/llvm-project/lldb/include/lldb/API/
DSBType.h155 lldb::BasicType GetBasicType();
158 lldb::SBType GetBasicType(lldb::BasicType type);

123