Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp69 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCClass); in BlockPointerSyntheticFrontEnd()
72 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
75 clang_ast_context->GetBasicType(lldb::eBasicTypeInt); in BlockPointerSyntheticFrontEnd()
H A DLibCxxMap.cpp306 {{"ptr0", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
307 {"ptr1", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
308 {"ptr2", ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType()}, in GetValueOffset()
309 {"cw", ast_ctx->GetBasicType(lldb::eBasicTypeBool)}, in GetValueOffset()
H A 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()
685 ast_context->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp91 ->GetBasicType(lldb::eBasicTypeVoid) in NSError_SummaryProvider()
160 ->GetBasicType(lldb::eBasicTypeObjCID)); in Update()
H A DNSException.cpp78 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ExtractFields()
H A DNSString.cpp43 ast_ctx->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in GetNSPathStore2Type()
H A DNSArray.cpp764 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h160 lldb::BasicType GetBasicType();
163 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBModule.h221 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBTarget.h782 lldb::SBType GetBasicType(lldb::BasicType type);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp357 lldb::BasicType SBType::GetBasicType() { in GetBasicType() function in SBType
358 LLDB_RECORD_METHOD_NO_ARGS(lldb::BasicType, SBType, GetBasicType); in GetBasicType()
365 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() function in SBType
366 LLDB_RECORD_METHOD(lldb::SBType, SBType, GetBasicType, (lldb::BasicType), in GetBasicType()
966 LLDB_REGISTER_METHOD(lldb::BasicType, SBType, GetBasicType, ()); in RegisterMethods()
967 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetBasicType, (lldb::BasicType)); in RegisterMethods()
H A DSBModule.cpp470 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType() function in SBModule
471 LLDB_RECORD_METHOD(lldb::SBType, SBModule, GetBasicType, (lldb::BasicType), in GetBasicType()
753 LLDB_REGISTER_METHOD(lldb::SBType, SBModule, GetBasicType, (lldb::BasicType)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp130 CompilerType opaque_type = ast_context->GetBasicType(eBasicTypeObjCID); in GetObjectDescription()
132 opaque_type = ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetObjectDescription()
528 clang_ast_context->GetBasicType(lldb::eBasicTypeObjCID); in GetBacktraceThreadFromException()
H A DAppleObjCTrampolineHandler.cpp527 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in RefreshTrampolines()
832 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in SetupDispatchFunction()
938 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1554 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
1684 ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetClassInfoUtilityFunctionImpl()
3020 clang_ast_context->GetBasicType(lldb::eBasicTypeVoid).GetPointerType(); in ObjCExceptionRecognizedStackFrame()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i548 GetBasicType();
551 GetBasicType (lldb::BasicType type);
H A DSBModule.i272 GetBasicType(lldb::BasicType type);
H A DSBTarget.i455 GetBasicType(lldb::BasicType type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h71 clang::QualType GetBasicType(lldb::BasicType type);
H A DPdbAstBuilder.cpp699 return GetBasicType(lldb::eBasicTypeNullPtr); in CreateSimpleType()
713 return GetBasicType(bt); in CreateSimpleType()
894 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType() function in PdbAstBuilder
895 CompilerType ct = m_clang.GetBasicType(type); in GetBasicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp667 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in MakeLoadImageUtilityFunction()
669 = ast->GetBasicType(eBasicTypeChar).GetPointerType(); in MakeLoadImageUtilityFunction()
914 = ast->GetBasicType(eBasicTypeVoid).GetPointerType(); in DoLoadImage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp114 return clang_ast.GetBasicType(eBasicTypeVoid); in GetBuiltinTypeForPDBEncodingAndBitSize()
116 return clang_ast.GetBasicType(eBasicTypeChar); in GetBuiltinTypeForPDBEncodingAndBitSize()
118 return clang_ast.GetBasicType(eBasicTypeBool); in GetBuiltinTypeForPDBEncodingAndBitSize()
494 builtin_type = m_ast.GetBasicType(eBasicTypeInt); in CreateLLDBTypeFromPDBType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp620 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr); in ParseTypeModifier()
708 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
719 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass); in ParseTypeModifier()
730 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel); in ParseTypeModifier()
752 clang_type = m_ast.GetBasicType(eBasicTypeObjCID); in ParseTypeModifier()
841 enumerator_clang_type = m_ast.GetBasicType(eBasicTypeInt); in ParseEnum()
912 return_clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseSubroutine()
1887 clang_type = m_ast.GetBasicType(eBasicTypeVoid); in ParseTemplateDIE()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp544 clang_ast_context->GetBasicType(eBasicTypeVoid).GetPointerType(); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1646 TypeFromUser user_type(scratch_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1649 TypeFromParser parser_type(m_clang_ast_context->GetBasicType(eBasicTypeVoid) in AddOneGenericVariable()
1909 m_clang_ast_context->GetBasicType(eBasicTypeVoid); in AddContextClassType()

12