Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DLanguageRuntime.h136 return m_process->GetTarget().GetSearchFilterForModule(nullptr); in CreateExceptionSearchFilter()
DTarget.h1326 GetSearchFilterForModule(const FileSpec *containingModule);
/external/llvm-project/lldb/source/Target/
DTarget.cpp501 Target::GetSearchFilterForModule(const FileSpec *containingModule) { in GetSearchFilterForModule() function in Target