| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBFileSpecList.cpp | 24 SBFileSpecList::SBFileSpecList() : m_opaque_up(new FileSpecList()) { in SBFileSpecList() function in SBFileSpecList 28 SBFileSpecList::SBFileSpecList(const SBFileSpecList &rhs) { in SBFileSpecList() function in SBFileSpecList 34 SBFileSpecList::~SBFileSpecList() = default; 36 const SBFileSpecList &SBFileSpecList::operator=(const SBFileSpecList &rhs) { in operator =() 44 uint32_t SBFileSpecList::GetSize() const { in GetSize() 50 void SBFileSpecList::Append(const SBFileSpec &sb_file) { in Append() 56 bool SBFileSpecList::AppendIfUnique(const SBFileSpec &sb_file) { in AppendIfUnique() 62 void SBFileSpecList::Clear() { in Clear() 68 uint32_t SBFileSpecList::FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, in FindFileIndex() 75 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex() [all …]
|
| H A D | SBTarget.cpp | 690 SBFileSpecList empty_list; in BreakpointCreateByLocation() 697 SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation() 706 lldb::addr_t offset, SBFileSpecList &sb_module_list) { in BreakpointCreateByLocation() 733 lldb::addr_t offset, SBFileSpecList &sb_module_list, in BreakpointCreateByLocation() 791 const SBFileSpecList &module_list, in BreakpointCreateByName() 792 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 803 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 814 LanguageType symbol_language, const SBFileSpecList &module_list, in BreakpointCreateByName() 815 const SBFileSpecList &comp_unit_list) { in BreakpointCreateByName() 837 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) { in BreakpointCreateByNames() [all …]
|
| H A D | CMakeLists.txt | 42 SBFileSpecList.cpp
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 563 lldb::addr_t offset, SBFileSpecList &module_list); 568 SBFileSpecList &module_list); 573 SBFileSpecList &module_list, 582 const SBFileSpecList &module_list, 583 const SBFileSpecList &comp_unit_list); 589 const SBFileSpecList &module_list, 590 const SBFileSpecList &comp_unit_list); 597 const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list); 603 const SBFileSpecList &module_list, 604 const SBFileSpecList &comp_unit_list); [all …]
|
| H A D | SBFileSpecList.h | 17 class LLDB_API SBFileSpecList { 19 SBFileSpecList(); 21 SBFileSpecList(const lldb::SBFileSpecList &rhs); 23 ~SBFileSpecList(); 25 const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
|
| H A D | SBFileSpec.h | 65 friend class SBFileSpecList; variable
|
| H A D | SBStream.h | 70 friend class SBFileSpecList; variable
|
| H A D | SBDefines.h | 59 class LLDB_API SBFileSpecList; variable
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBFileSpecList.i | 13 ) SBFileSpecList; 14 class SBFileSpecList 17 SBFileSpecList (); 19 SBFileSpecList (const lldb::SBFileSpecList &rhs); 21 ~SBFileSpecList ();
|
| H A D | SBTarget.i | 563 lldb::addr_t offset, SBFileSpecList &module_list); 568 SBFileSpecList &module_list); 573 SBFileSpecList &module_list, 582 const SBFileSpecList &module_list, 583 const SBFileSpecList &comp_unit_list); 589 const SBFileSpecList &module_list, 590 const SBFileSpecList &comp_unit_list); 625 const SBFileSpecList &module_list, 626 const SBFileSpecList &comp_unit_list); 633 const SBFileSpecList &module_list, [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/functions/ |
| H A D | main.cpp | 184 SBFileSpecList comp_unit_list; in main() 199 SBFileSpecList module_list; in main()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | performance.py | 111 self.modules = lldb.SBFileSpecList() 112 self.files = lldb.SBFileSpecList() 129 self.files = lldb.SBFileSpecList()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbAPI/ |
| H A D | Makefile | 32 SBFileSpecList.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/ |
| H A D | BUILD.gn | 64 "SBFileSpecList.cpp",
|
| /openbsd-src/gnu/llvm/lldb/bindings/ |
| H A D | interfaces.swig | 36 %include "./interface/SBFileSpecList.i"
|
| H A D | headers.swig | 32 #include "lldb/API/SBFileSpecList.h"
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | .htaccess | 48 Redirect 301 /python_reference/lldb.SBFileSpecList-class.html https://lldb.llvm.org/python_api/lldb…
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 973 source_spec, line_number, column, 0, lldb.SBFileSpecList())
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3613 lldb/include/lldb/API/SBFileSpecList.h 3902 lldb/source/API/SBFileSpecList.cpp
|