Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp59 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
62 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
65 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
H A DLibCxxMap.cpp295 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
296 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
297 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
298 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
H A DLibCxx.cpp322 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
324 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
326 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
327 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in Update()
487 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in Update()
488 {"__hash_", ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedLongLong)}, in Update()
869 scratch_ts_sp->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
H A DCoroutines.cpp152 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update()
/freebsd-14.2/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-14.2/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()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h168 lldb::BasicType GetBasicType();
171 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBModule.h223 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBTarget.h852 lldb::SBType GetBasicType(lldb::BasicType type);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp131 CompilerType opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
133 opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
529 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.cpp1800 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
1965 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
3442 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i403 ) lldb::SBType::GetBasicType;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp638 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
640 scratch_ts_sp->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
889 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp354 lldb::BasicType SBType::GetBasicType() { in GetBasicType() function in SBType
362 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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp644 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier()
732 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
743 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier()
754 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier()
776 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
874 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()
976 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine()
2091 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp343 CompilerType compiler_type = m_ast->GetBasicType(basic_type); in CreateInteger()
463 decl, m_ast->GetBasicType(eBasicTypeInt), in CreateEnum()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1723 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1726 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1986 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp631 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()

12