/external/llvm-project/lldb/test/API/lang/c/find_struct_type/ |
D | TestFindStructTypes.py | 35 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/ |
D | SymbolFilePDBTests.cpp | 358 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/ |
D | TestClangModulesAppUpdate.py | 40 bar = target.FindTypes('Bar').GetTypeAtIndex(0) 53 bar = target.FindTypes('Bar').GetTypeAtIndex(0)
|
/external/llvm-project/lldb/test/API/lang/objc/modules-update/ |
D | TestClangModulesUpdate.py | 38 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/ |
D | TestTypeList.py | 59 type_list = target.FindTypes('Task') 89 fuzz_types = target.FindTypes(None)
|
/external/llvm-project/lldb/source/Symbol/ |
D | DeclVendor.cpp | 18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name, in FindTypes() function in DeclVendor
|
D | SymbolFile.cpp | 132 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/ |
D | DeclVendor.h | 66 std::vector<CompilerType> FindTypes(ConstString name, uint32_t max_matches);
|
D | TypeList.h | 31 TypeList FindTypes(ConstString name);
|
D | TypeMap.h | 32 TypeMap FindTypes(ConstString name);
|
D | SymbolFile.h | 232 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/ |
D | TestClangModulesHashMismatch.py | 39 target.GetModuleAtIndex(0).FindTypes('my_int')
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
D | SymbolFileBreakpad.h | 120 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/ |
D | sb_target.py | 26 obj.FindTypes("dont_care")
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.h | 140 FindTypes(lldb_private::ConstString name, 146 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.h | 139 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/ |
D | TestEnumTypes.py | 144 types = target.FindTypes("enum_test_days")
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBModule.h | 203 lldb::SBTypeList FindTypes(const char *type);
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.h | 122 FindTypes(lldb_private::ConstString name, 128 FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> context,
|
D | SymbolFileDWARF.h | 195 FindTypes(lldb_private::ConstString name, 201 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Module.h | 418 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/ |
D | SBModule.cpp | 488 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/ |
D | TestModuleAndSection.py | 100 exe_module.FindTypes(None)
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
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()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | TypeFormat.cpp | 165 images.FindTypes(nullptr, m_enum_type, false, UINT32_MAX, in FormatObject()
|