Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp39 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 DCMakeLists.txt37 TypeSystem.cpp
/openbsd-src/gnu/llvm/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 DTypeSystem.h76 class TypeSystem : public PluginInterface,
77 public std::enable_shared_from_this<TypeSystem> {
80 ~TypeSystem() override;
H A DCompilerType.h24 class TypeSystem; variable
86 TypeSystem *operator->() const;
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/POSIX/
H A DBUILD.gn13 "//lldb/source/Plugins/TypeSystem/Clang",
17 # Reaches into Plugins/TypeSystem/Clang.
/openbsd-src/gnu/usr.bin/clang/liblldbPluginTypeSystem/
H A DMakefile10 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/TypeSystem/Clang
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DBUILD.gn14 # Reaches into Plugins/TypeSystem/Clang.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/Windows/
H A DBUILD.gn15 # Reaches into Plugins/TypeSystem/Clang.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/REPL/Clang/
H A DBUILD.gn10 "//lldb/source/Plugins/TypeSystem/Clang",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DBUILD.gn12 "//lldb/source/Plugins/TypeSystem/Clang",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/PDB/
H A DBUILD.gn15 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DBUILD.gn12 "//lldb/source/Plugins/TypeSystem/Clang",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/
H A DBUILD.gn15 #"//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
/openbsd-src/gnu/usr.bin/clang/liblldbSymbol/
H A DMakefile36 TypeSystem.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DBUILD.gn20 #"//lldb/source/Plugins/TypeSystem/Clang", # 4-hop dependency cycle.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/ObjC/
H A DBUILD.gn19 #"//lldb/source/Plugins/TypeSystem/Clang", # 3-hop dependency cycle.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/
H A DBUILD.gn13 "//lldb/source/Plugins/TypeSystem/Clang",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Symbol/
H A DBUILD.gn42 "TypeSystem.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/
H A DCMakeLists.txt25 add_subdirectory(TypeSystem)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn34 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn35 #"//lldb/source/Plugins/TypeSystem/Clang", # Dependency cycle.
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h262 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 DBUILD.gn191 "//lldb/source/Plugins/TypeSystem/Clang",

12