Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/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 DLibCxxMap.cpp
H A DLibCxx.cpp535 scratch_ts_sp->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in GetIndexOfChildWithName()
H A DCoroutines.cpp154 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update()
/freebsd-src/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-src/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-src/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.h863 lldb::SBType GetBasicType(lldb::BasicType type);
/freebsd-src/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.cpp1776 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
1941 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
3418 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetSharedCacheImageHeaderVersion()
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i403 ) lldb::SBType::GetBasicType;
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp445 lldb::BasicType SBType::GetBasicType() { in GetEnumMembers()
453 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetEnumMembers()
354 lldb::BasicType SBType::GetBasicType() { GetBasicType() function in SBType
362 SBType SBType::GetBasicType(lldb::BasicType basic_type) { GetBasicType() function in SBType
H A DSBModule.cpp462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType() function in SBModule
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp667 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier()
760 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
772 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier()
784 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier()
806 clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
922 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ConvertDWARFCallingConventionToClang()
1198 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine()
2016 clang_type = m_ast.GetBasicType(eBasicTypeVoid);
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1718 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1721 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1981 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp619 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType();

12