Home
last modified time | relevance | path

Searched refs:SBFileSpecList (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBFileSpecList.cpp25 SBFileSpecList::SBFileSpecList () : in SBFileSpecList() function in SBFileSpecList
30 SBFileSpecList::SBFileSpecList (const SBFileSpecList &rhs) : in SBFileSpecList() function in SBFileSpecList
45 SBFileSpecList::~SBFileSpecList () in ~SBFileSpecList()
49 const SBFileSpecList &
50 SBFileSpecList::operator = (const SBFileSpecList &rhs) in operator =()
60 SBFileSpecList::GetSize () const in GetSize()
66 SBFileSpecList::Append (const SBFileSpec &sb_file) in Append()
72 SBFileSpecList::AppendIfUnique (const SBFileSpec &sb_file) in AppendIfUnique()
78 SBFileSpecList::Clear() in Clear()
84 SBFileSpecList::FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full) in FindFileIndex()
[all …]
HDSBTarget.cpp1324 const SBFileSpecList &module_list, in BreakpointCreateByName()
1325 const SBFileSpecList &comp_unit_list) in BreakpointCreateByName()
1334 const SBFileSpecList &module_list, in BreakpointCreateByName()
1335 const SBFileSpecList &comp_unit_list) in BreakpointCreateByName()
1369 const SBFileSpecList &module_list, in BreakpointCreateByNames()
1370 const SBFileSpecList &comp_unit_list) in BreakpointCreateByNames()
1454 const SBFileSpecList &module_list, in BreakpointCreateByRegex()
1455 const SBFileSpecList &comp_unit_list) in BreakpointCreateByRegex()
1546 const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex()
1547 const lldb::SBFileSpecList &source_file_list) in BreakpointCreateBySourceRegex()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBFileSpecList.h17 class SBFileSpecList
20 SBFileSpecList ();
22 SBFileSpecList (const lldb::SBFileSpecList &rhs);
24 ~SBFileSpecList ();
26 const SBFileSpecList &
27 operator = (const lldb::SBFileSpecList &rhs);
HDSBTarget.h706 const SBFileSpecList &module_list,
707 const SBFileSpecList &comp_unit_list);
712 const SBFileSpecList &module_list,
713 const SBFileSpecList &comp_unit_list);
719 const SBFileSpecList &module_list,
720 const SBFileSpecList &comp_unit_list);
727 const SBFileSpecList &module_list,
728 const SBFileSpecList &comp_unit_list);
737 const SBFileSpecList &module_list,
738 const lldb::SBFileSpecList &source_file);
HDSBDefines.h47 class SBFileSpecList; variable
HDSBFileSpec.h68 friend class SBFileSpecList; variable
HDSBStream.h71 friend class SBFileSpecList; variable
/trueos/lib/clang/liblldbAPI/
HDMakefile24 SBFileSpecList.cpp \