| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 28 lldbassert(type_system && "type_system needs to be not NULL"); in GetCompilerTypeForFormat() 29 if (!type_system) in GetCompilerTypeForFormat() 35 return type_system->GetBuiltinTypeForEncodingAndBitSize( in GetCompilerTypeForFormat() 36 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat() 39 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat() 46 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat() 52 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat() 56 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat() 61 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat() 64 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/ |
| H A D | RegisterTypeBuilderClang.cpp | 42 lldb::TypeSystemClangSP type_system = in GetRegisterType() local 44 assert(type_system); in GetRegisterType() 50 type_system->GetTypeForIdentifier<clang::CXXRecordDecl>( in GetRegisterType() 58 type_system->GetBuiltinTypeForEncodingAndBitSize(lldb::eEncodingUint, in GetRegisterType() 61 fields_type = type_system->CreateRecordType( in GetRegisterType() 65 type_system->StartTagDeclarationDefinition(fields_type); in GetRegisterType() 70 type_system->AddFieldToRecordType(fields_type, field.GetName(), in GetRegisterType() 75 type_system->CompleteTagDeclarationDefinition(fields_type); in GetRegisterType() 77 type_system->SetIsPacked(fields_type); in GetRegisterType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerDeclContext.h | 43 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext() argument 44 : m_type_system(type_system), m_opaque_decl_ctx(decl_ctx) {} in CompilerDeclContext() 99 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext() argument 100 m_type_system = type_system; in SetDeclContext()
|
| H A D | CompilerDecl.h | 37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl() argument 38 : m_type_system(type_system), m_opaque_decl(decl) {} in CompilerDecl() 60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl() argument 61 m_type_system = type_system; in SetDecl()
|
| H A D | TaggedASTType.h | 24 lldb::TypeSystemWP type_system) in TaggedASTType() argument 25 : CompilerType(type_system, type) {} in TaggedASTType()
|
| H A D | CompilerType.h | 44 CompilerType(lldb::TypeSystemWP type_system, 88 CompilerType(TypeSystemSPWrapper type_system, 285 void SetCompilerType(lldb::TypeSystemWP type_system, 287 void SetCompilerType(TypeSystemSPWrapper type_system,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CoreMedia.cpp | 28 auto type_system = type.GetTypeSystem(); in CMTimeSummaryProvider() local 29 if (!type_system) in CMTimeSummaryProvider() 33 type_system->GetBuiltinTypeForEncodingAndBitSize(eEncodingSint, 64); in CMTimeSummaryProvider() 35 type_system->GetBuiltinTypeForEncodingAndBitSize(eEncodingSint, 32); in CMTimeSummaryProvider()
|
| H A D | NSIndexPath.cpp | 52 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update() local 53 if (!type_system) in Update()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | TypeSystem.cpp | 222 if (lldb::TypeSystemSP type_system = pair.second) in Clear() local 223 type_system->Finalize(); in Clear() 250 TypeSystem *type_system = pair.second.get(); in ForEach() local 251 if (!type_system || visited.count(type_system)) in ForEach() 253 visited.insert(type_system); in ForEach() 254 assert(type_system); in ForEach()
|
| H A D | CompilerType.cpp | 545 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType() argument 547 m_type_system = type_system; in SetCompilerType() 551 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType() argument 553 m_type_system = type_system.GetSharedPointer(); in SetCompilerType() 1140 CompilerType::CompilerType(CompilerType::TypeSystemSPWrapper type_system, in CompilerType() argument 1142 : m_type_system(type_system.GetSharedPointer()), m_type(type) { in CompilerType() 1146 CompilerType::CompilerType(lldb::TypeSystemWP type_system, in CompilerType() argument 1148 : m_type_system(type_system), m_type(type) { in CompilerType()
|
| H A D | Type.cpp | 1179 auto type_system = GetTypeSystem(/*prefer_dynamic*/ false); in FindDirectNestedType() local 1180 auto *symbol_file = type_system->GetSymbolFile(); in FindDirectNestedType() 1183 auto decl_context = type_system->GetCompilerDeclContextForType(m_static_type); in FindDirectNestedType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectVTable.cpp | 109 auto type_system = target_sp->GetScratchTypeSystemForLanguage( in UpdateValue() local 111 if (type_system) { in UpdateValue() 113 (*type_system)->CreateGenericFunctionPrototype().GetPointerType()); in UpdateValue() 115 consumeError(type_system.takeError()); in UpdateValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1471 auto *type_system = decl_ctx.GetTypeSystem(); in ParseDeclsForContext() local 1472 if (type_system != nullptr) in ParseDeclsForContext() 1473 type_system->GetDWARFParser()->EnsureAllDIEsInDeclContextHaveBeenParsed( in ParseDeclsForContext() 1602 auto type_system = compiler_type.GetTypeSystem(); in HasForwardDeclForCompilerType() local 1603 auto clang_type_system = type_system.dyn_cast_or_null<TypeSystemClang>(); in HasForwardDeclForCompilerType() 3118 TypeSystemSP type_system = nullptr; in FindDefinitionTypeForDWARFDeclContext() local 3126 type_system = *type_system_or_err; in FindDefinitionTypeForDWARFDeclContext() 3133 if (type_system) { in FindDefinitionTypeForDWARFDeclContext() 3134 DWARFASTParser *dwarf_ast = type_system->GetDWARFParser(); in FindDefinitionTypeForDWARFDeclContext() 3144 if (type_system && in FindDefinitionTypeForDWARFDeclContext() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1823 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction() local 1824 if (llvm::isa<TypeSystemClang>(type_system)) { in AddOneFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2736 [name, &variable_sp](TypeSystemSP type_system) -> bool { in GetPersistentVariable() argument 2737 auto ts = type_system.get(); in GetPersistentVariable() 2756 [name, &address](lldb::TypeSystemSP type_system) -> bool { in GetPersistentSymbol() argument 2757 auto ts = type_system.get(); in GetPersistentSymbol()
|