Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h327 void FindSymbolsMatchingRegExAndType(const RegularExpression &regex,
H A DModule.h255 void FindSymbolsMatchingRegExAndType(const RegularExpression &regex,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp472 void ModuleList::FindSymbolsMatchingRegExAndType( in FindSymbolsMatchingRegExAndType() function in ModuleList
478 (*pos)->FindSymbolsMatchingRegExAndType(regex, symbol_type, sc_list); in FindSymbolsMatchingRegExAndType()
H A DModule.cpp1359 void Module::FindSymbolsMatchingRegExAndType(const RegularExpression &regex, in FindSymbolsMatchingRegExAndType() function in Module