Searched refs:regexstr (Results 1 – 1 of 1) sorted by relevance
1822 std::string regexstr; in FindGlobalFunctions() local1829 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()1830 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()1984 std::string regexstr; in FindGlobalVariables() local1995 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()1996 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()