Searched defs:type_system (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerDecl.h | 37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl() 60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl()
|
| H A D | CompilerDeclContext.h | 43 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext() 98 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext()
|
| H A D | TaggedASTType.h | 24 lldb::TypeSystemWP type_system) in TaggedASTType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | CoreMedia.cpp | 28 auto type_system = type.GetTypeSystem(); in CMTimeSummaryProvider() local
|
| H A D | NSIndexPath.cpp | 54 auto type_system = m_backend.GetCompilerType().GetTypeSystem(); in Update() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/ |
| H A D | RegisterTypeBuilderClang.cpp | 42 lldb::TypeSystemClangSP type_system = in GetRegisterType() local
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectVTable.cpp | 110 auto type_system = target_sp->GetScratchTypeSystemForLanguage( in UpdateValue() local
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | TypeSystem.cpp | 231 if (lldb::TypeSystemSP type_system = pair.second) in Clear() local 259 TypeSystem *type_system = pair.second.get(); in ForEach() local
|
| H A D | CompilerType.cpp | 576 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType() 582 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType() 1200 CompilerType::CompilerType(CompilerType::TypeSystemSPWrapper type_system, in CompilerType() function in CompilerType 1206 CompilerType::CompilerType(lldb::TypeSystemWP type_system, in CompilerType()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 28 TypeSystemSP type_system) { in GetCompilerTypeForFormat()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 1087 auto type_system = compiler_type.GetTypeSystem(); in DoExecute() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1817 TypeSystem *type_system = function->GetDeclContext().GetTypeSystem(); in AddOneFunction() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1417 auto *type_system = decl_ctx.GetTypeSystem(); in ParseDeclsForContext() local 2988 TypeSystemSP type_system = nullptr; in FindDefinitionDIE() local
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2903 [name, &variable_sp](TypeSystemSP type_system) -> bool { in GetPersistentVariable() 2923 [name, &address](lldb::TypeSystemSP type_system) -> bool { in GetPersistentSymbol()
|