Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DLanguageRuntime.h137 return m_process->GetTarget().GetSearchFilterForModule(nullptr); in CreateExceptionSearchFilter()
DTarget.h1413 GetSearchFilterForModule(const FileSpec *containingModule);
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp531 Target::GetSearchFilterForModule(const FileSpec *containingModule) { in GetSearchFilterForModule() function in Target