Searched refs:SBFileSpecList (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBFileSpecList.cpp | 25 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 …]
|
| HD | SBTarget.cpp | 1324 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/ |
| HD | SBFileSpecList.h | 17 class SBFileSpecList 20 SBFileSpecList (); 22 SBFileSpecList (const lldb::SBFileSpecList &rhs); 24 ~SBFileSpecList (); 26 const SBFileSpecList & 27 operator = (const lldb::SBFileSpecList &rhs);
|
| HD | SBTarget.h | 706 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);
|
| HD | SBDefines.h | 47 class SBFileSpecList; variable
|
| HD | SBFileSpec.h | 68 friend class SBFileSpecList; variable
|
| HD | SBStream.h | 71 friend class SBFileSpecList; variable
|
| /trueos/lib/clang/liblldbAPI/ |
| HD | Makefile | 24 SBFileSpecList.cpp \
|