Home | History | Annotate | Download | only in DWARF

Lines Matching refs:max_matches

870     uint32_t max_matches,
885 if (oso_dwarf->FindGlobalVariables(name, namespace_decl, true, max_matches, variables))
886 if (variables.GetSize() > max_matches)
895 SymbolFileDWARFDebugMap::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables)
913 max_matches,
920 if (max_matches == UINT32_MAX)
924 if (max_matches >= total_matches)
929 max_matches -= oso_matches;
938 SymbolFileDWARFDebugMap::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables)
954 max_matches,
961 if (max_matches == UINT32_MAX)
965 if (max_matches >= total_matches)
970 max_matches -= oso_matches;
1235 uint32_t max_matches,
1249 return oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types);
1255 oso_dwarf->FindTypes (sc, name, namespace_decl, append, max_matches, types);
1263 //SymbolFileDWARFDebugMap::FindTypes (const SymbolContext& sc, const RegularExpression& regex, bool append, uint32_t max_matches, Type::Encoding encoding, lldb::user_id_t udt_uid, TypeList& types)
1267 // return oso_dwarf->FindTypes (sc, regex, append, max_matches, encoding, udt_uid, types);