| /llvm-project-15.0.7/lldb/test/API/lang/c/find_struct_type/ |
| H A D | TestFindStructTypes.py | 33 type_list = target.FindTypes("struct mytype") 37 type_list = target.FindTypes("mytype") 41 type_list = target.FindTypes("union myunion") 45 type_list = target.FindTypes("myunion") 49 type_list = target.FindTypes("typedef MyType") 53 type_list = target.FindTypes("MyType")
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/ |
| H A D | SymbolFilePDBTests.cpp | 367 symfile->FindTypes(ConstString("Class"), CompilerDeclContext(), 0, in TEST_F() 397 symfile->FindTypes(ConstString("Class"), CompilerDeclContext(), 0, in TEST_F() 418 symfile->FindTypes(ConstString("NestedClass"), ClassCompilerDeclCtx, 0, in TEST_F() 462 symfile->FindTypes(ConstString("NSClass"), ns_namespace, 0, searched_files, in TEST_F() 488 symfile->FindTypes(ConstString(Enum), CompilerDeclContext(), 0, in TEST_F() 537 symfile->FindTypes(ConstString(Typedef), CompilerDeclContext(), 0, in TEST_F() 583 symfile->FindTypes(name, CompilerDeclContext(), 0, searched_files, results); in TEST_F() 592 symfile->FindTypes(name, CompilerDeclContext(), i, searched_files, in TEST_F() 608 symfile->FindTypes(ConstString(), CompilerDeclContext(), 0, searched_files, in TEST_F()
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/modules-app-update/ |
| H A D | TestClangModulesAppUpdate.py | 39 bar = target.FindTypes('Bar').GetTypeAtIndex(0) 52 bar = target.FindTypes('Bar').GetTypeAtIndex(0)
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/modules-update/ |
| H A D | TestClangModulesUpdate.py | 37 self.assertIn("int i", str(target.FindTypes('Q').GetTypeAtIndex(0))) 55 self.assertIn("int i", str(target.FindTypes('S').GetTypeAtIndex(0)))
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/builtin-types/ |
| H A D | TestCBuiltinTypes.py | 18 self.assertEqual(len(target.FindTypes("unsigned long")), 1)
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | DeclVendor.cpp | 18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name, in FindTypes() function in DeclVendor
|
| H A D | SymbolFileOnDemand.cpp | 422 void SymbolFileOnDemand::FindTypes( in FindTypes() function in SymbolFileOnDemand 433 return m_sym_file_impl->FindTypes(name, parent_decl_ctx, max_matches, in FindTypes() 437 void SymbolFileOnDemand::FindTypes( in FindTypes() function in SymbolFileOnDemand 445 return m_sym_file_impl->FindTypes(pattern, languages, searched_symbol_files, in FindTypes()
|
| H A D | SymbolFile.cpp | 137 void SymbolFile::FindTypes( in FindTypes() function in SymbolFile 143 void SymbolFile::FindTypes(llvm::ArrayRef<CompilerContext> pattern, in FindTypes() function in SymbolFile
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | DeclVendor.h | 66 std::vector<CompilerType> FindTypes(ConstString name, uint32_t max_matches);
|
| H A D | TypeList.h | 31 TypeList FindTypes(ConstString name);
|
| H A D | TypeMap.h | 32 TypeMap FindTypes(ConstString name);
|
| H A D | SymbolFileOnDemand.h | 153 FindTypes(lldb_private::ConstString name, 159 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
|
| H A D | SymbolFile.h | 244 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 255 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/type/ |
| H A D | TestTypeList.py | 56 type_list = target.FindTypes('Task') 89 fuzz_types = target.FindTypes(None)
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/modules-hash-mismatch/ |
| H A D | TestClangModulesHashMismatch.py | 40 target.GetModuleAtIndex(0).FindTypes('my_int')
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 121 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 126 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 139 FindTypes(lldb_private::ConstString name, 145 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_target.py | 26 obj.FindTypes("dont_care")
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/enum_types/ |
| H A D | TestEnumTypes.py | 141 types = target.FindTypes("enum_test_days")
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 121 FindTypes(lldb_private::ConstString name, 127 FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> context,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 141 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx, 146 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBModule.h | 205 lldb::SBTypeList FindTypes(const char *type);
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Module.h | 429 FindTypes(ConstString type_name, bool exact_match, size_t max_matches, 442 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| /llvm-project-15.0.7/lldb/test/API/python_api/module_section/ |
| H A D | TestModuleAndSection.py | 96 exe_module.FindTypes(None)
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 101 sc.module_sp->FindTypes(ConstString(lookup_name), exact_match, 1, in GetTypeInfoFromVTableAddress() 107 target.GetImages().FindTypes(nullptr, ConstString(lookup_name), in GetTypeInfoFromVTableAddress()
|