| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 96 class TypeQuery { in LLDB_MARK_AS_BITMASK_ENUM() 98 TypeQuery() = delete; in LLDB_MARK_AS_BITMASK_ENUM() 140 TypeQuery(llvm::StringRef name, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 161 TypeQuery(const CompilerDeclContext &decl_ctx, ConstString type_basename, in LLDB_MARK_AS_BITMASK_ENUM() 182 TypeQuery(const CompilerDecl &decl, TypeQueryOptions options = e_none); in LLDB_MARK_AS_BITMASK_ENUM() 200 TypeQuery(const llvm::ArrayRef<lldb_private::CompilerContext> &context, in LLDB_MARK_AS_BITMASK_ENUM() 206 TypeQuery(const TypeQuery &rhs) = default; in LLDB_MARK_AS_BITMASK_ENUM() 210 TypeQuery &operator=(const TypeQuery &rhs) = default; in LLDB_MARK_AS_BITMASK_ENUM() 318 bool Done(const TypeQuery &query) const;
|
| H A D | SymbolFileOnDemand.h | 155 void FindTypes(const lldb_private::TypeQuery &query,
|
| H A D | SymbolFile.h | 317 virtual void FindTypes(const TypeQuery &query, TypeResults &results) {} in FindTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 86 TypeQuery::TypeQuery(llvm::StringRef name, TypeQueryOptions options) in TypeQuery() function in TypeQuery 112 TypeQuery::TypeQuery(const CompilerDeclContext &decl_ctx, in TypeQuery() function in TypeQuery 121 TypeQuery::TypeQuery( in TypeQuery() function in TypeQuery 129 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery() function in TypeQuery 136 ConstString TypeQuery::GetTypeBasename() const { in GetTypeBasename() 142 void TypeQuery::AddLanguage(LanguageType language) { in AddLanguage() 148 void TypeQuery::SetLanguages(LanguageSet languages) { in SetLanguages() 152 bool TypeQuery::ContextMatches( in ContextMatches() 169 bool TypeQuery::LanguageMatches(lldb::LanguageType language) const { in LanguageMatches() 186 bool TypeResults::Done(const TypeQuery &query) const { in Done() [all …]
|
| H A D | SymbolFileOnDemand.cpp | 434 void SymbolFileOnDemand::FindTypes(const TypeQuery &match, in FindTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 164 TypeQuery query(m_enum_type.GetStringRef()); in FormatObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 442 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_find_one); in FindFirstType() 487 TypeQuery query(type); in FindTypes()
|
| H A D | SBTarget.cpp | 1807 TypeQuery query(const_typename.GetStringRef(), in FindFirstType() 1854 TypeQuery query(typename_cstr); in FindTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.h | 108 void FindTypes(const lldb_private::TypeQuery &match,
|
| H A D | SymbolFileCTF.cpp | 1024 void SymbolFileCTF::FindTypes(const lldb_private::TypeQuery &match, in FindTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 209 TypeQuery query(item.second, name); in FindCompleteType() 237 TypeQuery query(CompilerDecl(m_clang_ast_context, (void *)decl)); in FindCompleteType() 603 TypeQuery query(namespace_decl, name, TypeQueryOptions::e_find_one); in FindExternalVisibleDecls() 608 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match | in FindExternalVisibleDecls()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 357 void FindTypes(Module *search_first, const TypeQuery &query,
|
| H A D | Module.h | 436 void FindTypes(const TypeQuery &query, TypeResults &results);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 137 void FindTypes(const lldb_private::TypeQuery &match,
|
| H A D | SymbolFilePDB.cpp | 1521 void SymbolFilePDB::FindTypes(const lldb_private::TypeQuery &query, in FindTypes() 1565 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 437 TypeQuery query(key); in Find_Impl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 143 void FindTypes(const lldb_private::TypeQuery &match,
|
| H A D | SymbolFileNativePDB.cpp | 1720 void SymbolFileNativePDB::FindTypes(const lldb_private::TypeQuery &query, in FindTypes() 1739 TypeQuery type_match(name.GetStringRef(), TypeQueryOptions::e_exact_match); in FindTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 121 void FindTypes(const lldb_private::TypeQuery &match,
|
| H A D | SymbolFileDWARF.h | 189 void FindTypes(const lldb_private::TypeQuery &match,
|
| H A D | SymbolFileDWARF.cpp | 2656 static bool UpdateCompilerContextForSimpleTemplateNames(TypeQuery &match) { in UpdateCompilerContextForSimpleTemplateNames() 2670 void SymbolFileDWARF::FindTypes(const TypeQuery &query, TypeResults &results) { in FindTypes() 2732 TypeQuery query_simple(query); in FindTypes() 2764 TypeQuery die_query(name.GetStringRef(), in FindTypes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 142 TypeQuery query(name.GetStringRef(), TypeQueryOptions::e_exact_match); in LookupInCompleteClassCache()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 91 TypeQuery query(const_lookup_name.GetStringRef(), in GetTypeInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 262 class TypeQuery; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 582 void ModuleList::FindTypes(Module *search_first, const TypeQuery &query, in FindTypes()
|