| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | TypeSystem.cpp | 39 TypeSystem::~TypeSystem() = default; 54 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() 59 lldb::TypeSystemSP TypeSystem::CreateInstance(lldb::LanguageType language, in CreateInstance() 65 bool TypeSystem::Verify(lldb::opaque_compiler_type_t type) { return true; } in Verify() 68 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() 72 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() 78 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() 83 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() 87 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() 91 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() [all …]
|
| H A D | CMakeLists.txt | 37 TypeSystem.cpp
|
| /openbsd-src/gnu/llvm/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 | TypeSystem.h | 76 class TypeSystem : public PluginInterface, 77 public std::enable_shared_from_this<TypeSystem> { 80 ~TypeSystem() override;
|
| H A D | CompilerType.h | 24 class TypeSystem; variable 86 TypeSystem *operator->() const;
|
| /openbsd-src/gnu/llvm/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.
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginTypeSystem/ |
| H A D | Makefile | 10 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/TypeSystem/Clang
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | BUILD.gn | 14 # Reaches into Plugins/TypeSystem/Clang.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/ |
| H A D | BUILD.gn | 15 # Reaches into Plugins/TypeSystem/Clang.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/REPL/Clang/ |
| H A D | BUILD.gn | 10 "//lldb/source/Plugins/TypeSystem/Clang",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | BUILD.gn | 12 "//lldb/source/Plugins/TypeSystem/Clang",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | BUILD.gn | 15 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | BUILD.gn | 12 "//lldb/source/Plugins/TypeSystem/Clang",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | BUILD.gn | 15 #"//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
|
| /openbsd-src/gnu/usr.bin/clang/liblldbSymbol/ |
| H A D | Makefile | 36 TypeSystem.cpp \
|
| /openbsd-src/gnu/llvm/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.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjC/ |
| H A D | BUILD.gn | 19 #"//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BUILD.gn | 13 "//lldb/source/Plugins/TypeSystem/Clang",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Symbol/ |
| H A D | BUILD.gn | 42 "TypeSystem.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ |
| H A D | CMakeLists.txt | 25 add_subdirectory(TypeSystem)
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | BUILD.gn | 34 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | BUILD.gn | 35 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 262 class TypeSystem; variable 440 typedef std::shared_ptr<lldb_private::TypeSystem> TypeSystemSP; 442 typedef std::weak_ptr<lldb_private::TypeSystem> TypeSystemWP;
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ |
| H A D | BUILD.gn | 191 "//lldb/source/Plugins/TypeSystem/Clang",
|