Home
last modified time | relevance | path

Searched refs:TypeSystem (Results 1 – 25 of 55) sorted by relevance

123

/llvm-project-15.0.7/lldb/source/Symbol/
H A DTypeSystem.cpp38 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 DCMakeLists.txt36 TypeSystem.cpp
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerDecl.h37 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 DCompilerDeclContext.h42 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 DCompilerType.h41 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 DTypeSystem.h71 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 DTaggedASTType.h23 TaggedASTType(lldb::opaque_compiler_type_t type, TypeSystem *type_system) in TaggedASTType()
H A DSymbolFile.h269 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 DBUILD.gn13 "//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 DBUILD.gn14 # Reaches into Plugins/TypeSystem/Clang.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/
H A DBUILD.gn15 # Reaches into Plugins/TypeSystem/Clang.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/REPL/Clang/
H A DBUILD.gn10 "//lldb/source/Plugins/TypeSystem/Clang",
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DBUILD.gn12 "//lldb/source/Plugins/TypeSystem/Clang",
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DBUILD.gn12 "//lldb/source/Plugins/TypeSystem/Clang",
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/
H A DBUILD.gn15 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/
H A DBUILD.gn15 #"//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 DBUILD.gn20 #"//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 DBUILD.gn19 #"//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 DBUILD.gn13 "//lldb/source/Plugins/TypeSystem/Clang",
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp28 TypeSystem *type_system = type.GetTypeSystem(); in CMTimeSummaryProvider()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h37 llvm::Expected<lldb_private::TypeSystem &>
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Symbol/
H A DBUILD.gn41 "TypeSystem.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/
H A DCMakeLists.txt25 add_subdirectory(TypeSystem)
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn35 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn34 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle

123