Home
last modified time | relevance | path

Searched defs:SBFileSpecList (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpecList.cpp24 SBFileSpecList::SBFileSpecList() : m_opaque_ap(new FileSpecList()) {} in SBFileSpecList() function in SBFileSpecList
26 SBFileSpecList::SBFileSpecList(const SBFileSpecList &rhs) : m_opaque_ap() { in SBFileSpecList() function in SBFileSpecList
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFileSpec.h60 friend class SBFileSpecList; variable
H A DSBStream.h63 friend class SBFileSpecList; variable
H A DSBDefines.h50 class LLDB_API SBFileSpecList; variable