Searched refs:FindTypes (Results 26 - 32 of 32) sorted by relevance

12

/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp121 const uint32_t num_types = module_sp->FindTypes (null_sc,
/external/lldb/scripts/Python/interface/
H A DSBModule.i225 FindTypes (const char* type);
H A DSBTarget.i586 FindTypes (const char* type);
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp508 sc.module_sp->FindTypes (sc,
517 target->GetImages().FindTypes (sc,
H A DCommandObjectTarget.cpp1724 num_matches = module->FindTypes(sc, name, name_is_fully_qualified, max_num_matches, type_list);
1779 num_matches = sym_ctx.module_sp->FindTypes(sym_ctx, name, name_is_fully_qualified, max_num_matches, type_list);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp586 AppleObjCTypeVendor::FindTypes (const ConstString &name, function in class:AppleObjCTypeVendor
597 log->Printf("AppleObjCTypeVendor::FindTypes [%u] ('%s', %s, %u, )",
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3893 SymbolFileDWARF::FindTypes (const SymbolContext& sc, function in class:SymbolFileDWARF
3911 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list)",
3921 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list)",
3996 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list) => %u",
4007 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list) => %u",
4110 SymbolFileDWARF::FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, TypeList& types) function in class:SymbolFileDWARF

Completed in 213 milliseconds

12