| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | TypeSystem.cpp | 38 TypeSystem::~TypeSystem() = default; 117 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() 151 ConstString TypeSystem::DeclGetMangledName(void *opaque_decl) { in DeclGetMangledName() 194 std::set<TypeSystem *> visited; in Clear() 196 TypeSystem *type_system = pair.second.get(); in Clear() 214 std::set<TypeSystem *> visited; in ForEach() 216 TypeSystem *type_system = pair.second.get(); in ForEach() 280 llvm::Expected<TypeSystem &> 286 return TypeSystem::CreateInstance(language, module); in GetTypeSystemForLanguage() 292 llvm::Expected<TypeSystem &> [all …]
|
| H A D | CMakeLists.txt | 36 TypeSystem.cpp
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompilerDecl.h | 37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl() 56 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() 60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl() 88 TypeSystem *m_type_system = nullptr;
|
| H A D | CompilerDeclContext.h | 42 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext() 101 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() 105 void SetDeclContext(TypeSystem *type_system, void *decl_ctx) { in SetDeclContext() 120 TypeSystem *m_type_system = nullptr;
|
| H A D | CompilerType.h | 41 CompilerType(TypeSystem *type_system, lldb::opaque_compiler_type_t type) in CompilerType() 162 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() 177 void SetCompilerType(TypeSystem *type_system, 423 TypeSystem *m_type_system = nullptr;
|
| H A D | TypeSystem.h | 71 class TypeSystem : public PluginInterface { 74 ~TypeSystem() override; 521 void ForEach(std::function<bool(TypeSystem *)> const &callback); 523 llvm::Expected<TypeSystem &> 527 llvm::Expected<TypeSystem &> 550 llvm::Expected<TypeSystem &> GetTypeSystemForLanguage(
|
| H A D | TaggedASTType.h | 23 TaggedASTType(lldb::opaque_compiler_type_t type, TypeSystem *type_system) in TaggedASTType()
|
| H A D | SymbolFile.h | 269 virtual llvm::Expected<lldb_private::TypeSystem &> 418 llvm::Expected<lldb_private::TypeSystem &>
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/POSIX/ |
| H A D | BUILD.gn | 13 "//lldb/source/Plugins/TypeSystem/Clang", 17 # Reaches into Plugins/TypeSystem/Clang.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | BUILD.gn | 14 # Reaches into Plugins/TypeSystem/Clang.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/ |
| H A D | BUILD.gn | 15 # Reaches into Plugins/TypeSystem/Clang.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/REPL/Clang/ |
| H A D | BUILD.gn | 10 "//lldb/source/Plugins/TypeSystem/Clang",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | BUILD.gn | 12 "//lldb/source/Plugins/TypeSystem/Clang",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | BUILD.gn | 12 "//lldb/source/Plugins/TypeSystem/Clang",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | BUILD.gn | 15 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | BUILD.gn | 15 #"//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | BUILD.gn | 20 #"//lldb/source/Plugins/TypeSystem/Clang", # 4-hop dependency cycle.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjC/ |
| H A D | BUILD.gn | 19 #"//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BUILD.gn | 13 "//lldb/source/Plugins/TypeSystem/Clang",
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | CoreMedia.cpp | 28 TypeSystem *type_system = type.GetTypeSystem(); in CMTimeSummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.h | 37 llvm::Expected<lldb_private::TypeSystem &>
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Symbol/ |
| H A D | BUILD.gn | 41 "TypeSystem.cpp",
|
| /llvm-project-15.0.7/lldb/source/Plugins/ |
| H A D | CMakeLists.txt | 25 add_subdirectory(TypeSystem)
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | BUILD.gn | 35 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle.
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | BUILD.gn | 34 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle
|