Home
last modified time | relevance | path

Searched refs:regexstr (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBTarget.cpp1822 std::string regexstr; in FindGlobalFunctions() local
1829 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalFunctions()
1830 target_sp->GetImages().FindFunctions(RegularExpression(regexstr), true, in FindGlobalFunctions()
1984 std::string regexstr; in FindGlobalVariables() local
1995 regexstr = llvm::Regex::escape(name) + ".*"; in FindGlobalVariables()
1996 target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr), in FindGlobalVariables()