Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp217 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp198 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp60 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
63 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
66 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
H A DCoroutines.cpp144 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider()
164 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSException.cpp77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSArray.cpp767 CompilerType id_type(scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h199 lldb::BasicType GetBasicType();
202 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBModule.h223 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBTarget.h880 lldb::SBType GetBasicType(lldb::BasicType type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp134 CompilerType opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
137 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
535 CompilerType objc_id = scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
H A DAppleObjCTrampolineHandler.cpp426 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
738 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
876 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1792 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
1957 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
3445 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i91 # SBType.GetBasicType() takes an enum 'BasicType' (lldb-enumerations.h).
92 int_type = id_type.GetBasicType(lldb.eBasicTypeInt)
403 ) lldb::SBType::GetBasicType;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp646 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
648 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
901 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h75 clang::QualType GetBasicType(lldb::BasicType type);
H A DPdbAstBuilder.cpp498 return GetBasicType(lldb::eBasicTypeNullPtr); in CreateSimpleType()
514 return GetBasicType(bt); in CreateSimpleType()
749 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType() function in PdbAstBuilder
750 CompilerType ct = m_clang.GetBasicType(type); in GetBasicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp117 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
119 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
121 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
502 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp445 lldb::BasicType SBType::GetBasicType() { in GetBasicType() function in SBType
453 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() function in SBType
H A DSBModule.cpp462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType() function in SBModule
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp761 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier()
854 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
866 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier()
878 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier()
900 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
1018 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()
1284 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine()
2089 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1717 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1720 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1980 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp344 CompilerType compiler_type = m_ast->GetBasicType(basic_type); in CreateInteger()
461 decl, m_ast->GetBasicType(eBasicTypeInt), in CreateEnum()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp615 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig495 is_num,is_sign = is_numeric_type(self.sbvalue.GetType().GetCanonicalType().GetBasicType())

12