| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 28 TypeSystemSP type_system) { in GetCompilerTypeForFormat() argument 29 lldbassert(type_system && "type_system needs to be not NULL"); in GetCompilerTypeForFormat() 30 if (!type_system) in GetCompilerTypeForFormat() 36 return type_system->GetBuiltinTypeForEncodingAndBitSize( in GetCompilerTypeForFormat() 37 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat() 40 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat() 47 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat() 50 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloatComplex); in GetCompilerTypeForFormat() 53 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat() 57 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat() [all …]
|
| /freebsd/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() 49 type_system->GetTypeForIdentifier<clang::CXXRecordDecl>( in GetRegisterType() 57 type_system->GetBuiltinTypeForEncodingAndBitSize(lldb::eEncodingUint, in GetRegisterType() 60 fields_type = type_system->CreateRecordType( in GetRegisterType() 64 type_system->StartTagDeclarationDefinition(fields_type); in GetRegisterType() 85 type_system->GetTypeForIdentifier<clang::EnumDecl>( in GetRegisterType() 91 field_type = type_system->CreateEnumerationType( in GetRegisterType() 92 enum_type_name, type_system->GetTranslationUnitDecl(), in GetRegisterType() 95 type_system->StartTagDeclarationDefinition(field_type); in GetRegisterType() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| 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 | 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() 98 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext() argument 99 m_type_system = type_system; in SetDeclContext()
|
| 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 | 45 CompilerType(lldb::TypeSystemWP type_system, 89 CompilerType(TypeSystemSPWrapper type_system, 299 void SetCompilerType(lldb::TypeSystemWP type_system, 301 void SetCompilerType(TypeSystemSPWrapper type_system,
|
| /freebsd/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 | 54 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update() local 55 if (!type_system) in Update()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | TypeSystem.cpp | 231 if (lldb::TypeSystemSP type_system = pair.second) in Clear() local 232 type_system->Finalize(); in Clear() 259 TypeSystem *type_system = pair.second.get(); in ForEach() local 260 if (!type_system || visited.count(type_system)) in ForEach() 262 visited.insert(type_system); in ForEach() 263 assert(type_system); in ForEach()
|
| H A D | CompilerType.cpp | 576 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType() argument 578 m_type_system = type_system; in SetCompilerType() 582 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType() argument 584 m_type_system = type_system.GetSharedPointer(); in SetCompilerType() 1200 CompilerType::CompilerType(CompilerType::TypeSystemSPWrapper type_system, in CompilerType() argument 1202 : m_type_system(type_system.GetSharedPointer()), m_type(type) { in CompilerType() 1206 CompilerType::CompilerType(lldb::TypeSystemWP type_system, in CompilerType() argument 1208 : m_type_system(type_system), m_type(type) { in CompilerType()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectVTable.cpp | 110 auto type_system = target_sp->GetScratchTypeSystemForLanguage( in UpdateValue() local 112 if (type_system) { in UpdateValue() 114 (*type_system)->CreateGenericFunctionPrototype().GetPointerType()); in UpdateValue() 116 consumeError(type_system.takeError()); in UpdateValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 1087 auto type_system = compiler_type.GetTypeSystem(); in DoExecute() local 1088 if (type_system) { in DoExecute() 1090 type_system->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 8); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1417 auto *type_system = decl_ctx.GetTypeSystem(); in ParseDeclsForContext() local 1418 if (type_system != nullptr) in ParseDeclsForContext() 1419 type_system->GetDWARFParser()->EnsureAllDIEsInDeclContextHaveBeenParsed( in ParseDeclsForContext() 2988 TypeSystemSP type_system = nullptr; in FindDefinitionDIE() local 2996 type_system = *type_system_or_err; in FindDefinitionDIE() 3005 type_system ? type_system->GetDWARFParser() : nullptr; in FindDefinitionDIE() 3045 if (type_system && in FindDefinitionDIE() 3046 !type_system->SupportsLanguage(GetLanguage(*type_die.GetCU()))) in FindDefinitionDIE()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1817 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction() local 1818 if (llvm::isa<TypeSystemClang>(type_system)) { in AddOneFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2903 [name, &variable_sp](TypeSystemSP type_system) -> bool { in GetPersistentVariable() argument 2904 auto ts = type_system.get(); in GetPersistentVariable() 2923 [name, &address](lldb::TypeSystemSP type_system) -> bool { in GetPersistentSymbol() argument 2924 auto ts = type_system.get(); in GetPersistentSymbol()
|