Home
last modified time | relevance | path

Searched refs:FindTypes (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm-project/lldb/test/API/lang/c/find_struct_type/
DTestFindStructTypes.py35 type_list = target.FindTypes("struct mytype")
39 type_list = target.FindTypes("mytype")
43 type_list = target.FindTypes("union myunion")
47 type_list = target.FindTypes("myunion")
51 type_list = target.FindTypes("typedef MyType")
55 type_list = target.FindTypes("MyType")
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp358 symfile->FindTypes(ConstString("Class"), CompilerDeclContext(), 0, in TEST_F()
388 symfile->FindTypes(ConstString("Class"), CompilerDeclContext(), 0, in TEST_F()
409 symfile->FindTypes(ConstString("NestedClass"), ClassCompilerDeclCtx, 0, in TEST_F()
453 symfile->FindTypes(ConstString("NSClass"), ns_namespace, 0, searched_files, in TEST_F()
479 symfile->FindTypes(ConstString(Enum), CompilerDeclContext(), 0, in TEST_F()
528 symfile->FindTypes(ConstString(Typedef), CompilerDeclContext(), 0, in TEST_F()
574 symfile->FindTypes(name, CompilerDeclContext(), 0, searched_files, results); in TEST_F()
583 symfile->FindTypes(name, CompilerDeclContext(), i, searched_files, in TEST_F()
599 symfile->FindTypes(ConstString(), CompilerDeclContext(), 0, searched_files, in TEST_F()
/external/llvm-project/lldb/test/API/lang/objc/modules-app-update/
DTestClangModulesAppUpdate.py40 bar = target.FindTypes('Bar').GetTypeAtIndex(0)
53 bar = target.FindTypes('Bar').GetTypeAtIndex(0)
/external/llvm-project/lldb/test/API/lang/objc/modules-update/
DTestClangModulesUpdate.py38 self.assertIn("int i", str(target.FindTypes('Q').GetTypeAtIndex(0)))
56 self.assertIn("int i", str(target.FindTypes('S').GetTypeAtIndex(0)))
/external/llvm-project/lldb/test/API/python_api/type/
DTestTypeList.py59 type_list = target.FindTypes('Task')
89 fuzz_types = target.FindTypes(None)
/external/llvm-project/lldb/source/Symbol/
DDeclVendor.cpp18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name, in FindTypes() function in DeclVendor
DSymbolFile.cpp132 void SymbolFile::FindTypes( in FindTypes() function in SymbolFile
138 void SymbolFile::FindTypes(llvm::ArrayRef<CompilerContext> pattern, in FindTypes() function in SymbolFile
/external/llvm-project/lldb/include/lldb/Symbol/
DDeclVendor.h66 std::vector<CompilerType> FindTypes(ConstString name, uint32_t max_matches);
DTypeList.h31 TypeList FindTypes(ConstString name);
DTypeMap.h32 TypeMap FindTypes(ConstString name);
DSymbolFile.h232 FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
243 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/external/llvm-project/lldb/test/API/lang/objc/modules-hash-mismatch/
DTestClangModulesHashMismatch.py39 target.GetModuleAtIndex(0).FindTypes('my_int')
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.h120 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
125 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_target.py26 obj.FindTypes("dont_care")
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h140 FindTypes(lldb_private::ConstString name,
146 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h139 void FindTypes(ConstString name, const CompilerDeclContext &parent_decl_ctx,
144 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/external/llvm-project/lldb/test/API/lang/c/enum_types/
DTestEnumTypes.py144 types = target.FindTypes("enum_test_days")
/external/llvm-project/lldb/include/lldb/API/
DSBModule.h203 lldb::SBTypeList FindTypes(const char *type);
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h122 FindTypes(lldb_private::ConstString name,
128 FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> context,
DSymbolFileDWARF.h195 FindTypes(lldb_private::ConstString name,
201 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
/external/llvm-project/lldb/include/lldb/Core/
DModule.h418 FindTypes(ConstString type_name, bool exact_match, size_t max_matches,
430 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
/external/llvm-project/lldb/source/API/
DSBModule.cpp488 lldb::SBTypeList SBModule::FindTypes(const char *type) { in FindTypes() function in SBModule
489 LLDB_RECORD_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *), in FindTypes()
500 module_sp->FindTypes(name, exact_match, UINT32_MAX, searched_symbol_files, in FindTypes()
754 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, FindTypes, (const char *)); in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/module_section/
DTestModuleAndSection.py100 exe_module.FindTypes(None)
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp101 sc.module_sp->FindTypes(ConstString(lookup_name), exact_match, 1, in GetTypeInfoFromVTableAddress()
107 target.GetImages().FindTypes(nullptr, ConstString(lookup_name), in GetTypeInfoFromVTableAddress()
/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp165 images.FindTypes(nullptr, m_enum_type, false, UINT32_MAX, in FormatObject()

12