Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1226 GetSearchFilterForModule(const FileSpec *containingModule);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp496 Target::GetSearchFilterForModule(const FileSpec *containingModule) { in GetSearchFilterForModule() argument
498 if (containingModule != nullptr) { in GetSearchFilterForModule()
502 new SearchFilterByModule(shared_from_this(), *containingModule)); in GetSearchFilterForModule()