/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 217 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 D | BlockPointer.cpp | 60 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 D | LibCxxMap.cpp |
|
H A D | LibCxx.cpp | 535 scratch_ts_sp->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in GetIndexOfChildWithName()
|
H A D | Coroutines.cpp | 154 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 198 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 D | NSError.cpp | 93 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()); in NSError_SummaryProvider() 164 scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
|
H A D | NSException.cpp | 77 scratch_ts_sp->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBType.h | 199 lldb::BasicType GetBasicType(); 202 lldb::SBType GetBasicType(lldb::BasicType type);
|
H A D | SBModule.h | 223 lldb::SBType GetBasicType(lldb::BasicType type);
|
H A D | SBTarget.h | 863 lldb::SBType GetBasicType(lldb::BasicType type);
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 134 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 D | AppleObjCTrampolineHandler.cpp | 426 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 D | AppleObjCRuntimeV2.cpp | 1776 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 D | SBTypeDocstrings.i | 403 ) lldb::SBType::GetBasicType;
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 638 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 D | PdbAstBuilder.h | 75 clang::QualType GetBasicType(lldb::BasicType type);
|
H A D | PdbAstBuilder.cpp | 498 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 D | PDBASTParser.cpp | 117 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 D | SBType.cpp | 445 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 D | SBModule.cpp | 462 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType() function in SBModule
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 667 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 D | SymbolFileCTF.cpp | 343 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 D | ClangExpressionDeclMap.cpp | 1718 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 D | ItaniumABILanguageRuntime.cpp | 619 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType();
|