Searched refs:FindFirstType (Results 1 – 6 of 6) sorted by relevance
216 lldb::SBType FindFirstType(const char *name);
828 lldb::SBType FindFirstType(const char *type);
407 lldb::SBType SBModule::FindFirstType(const char *name_cstr) { in FindFirstType() function in SBModule415 sb_type = SBType(module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType()
1783 lldb::SBType SBTarget::FindFirstType(const char *typename_cstr) { in FindFirstType() function in SBTarget1796 module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType()
524 lldb::TypeSP FindFirstType(const SymbolContext &sc,
976 lldb::TypeSP Module::FindFirstType(const SymbolContext &sc, in FindFirstType() function in Module