reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBDefines.h
   46 class LLDB_API SBFileSpecList;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
29649   lldb::SBFileSpecList *result = 0 ;
29654     result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList();
29666   lldb::SBFileSpecList *arg1 = 0 ;
29670   lldb::SBFileSpecList *result = 0 ;
29683     result = (lldb::SBFileSpecList *)new lldb::SBFileSpecList((lldb::SBFileSpecList const &)*arg1);
29728   lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
29753   lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
29779   lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
29817   lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
29854   lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
29892   lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
29917   lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
29973   lldb::SBFileSpecList *arg1 = (lldb::SBFileSpecList *) 0 ;
55646   lldb::SBFileSpecList *arg5 = 0 ;
55715   lldb::SBFileSpecList *arg6 = 0 ;
56032   lldb::SBFileSpecList *arg4 = 0 ;
56033   lldb::SBFileSpecList *arg5 = 0 ;
56104   lldb::SBFileSpecList *arg5 = 0 ;
56105   lldb::SBFileSpecList *arg6 = 0 ;
56298   lldb::SBFileSpecList *arg5 = 0 ;
56299   lldb::SBFileSpecList *arg6 = 0 ;
56387   lldb::SBFileSpecList *arg6 = 0 ;
56388   lldb::SBFileSpecList *arg7 = 0 ;
56485   lldb::SBFileSpecList *arg7 = 0 ;
56486   lldb::SBFileSpecList *arg8 = 0 ;
56849   lldb::SBFileSpecList *arg4 = 0 ;
56850   lldb::SBFileSpecList *arg5 = 0 ;
57111   lldb::SBFileSpecList *arg3 = 0 ;
57112   lldb::SBFileSpecList *arg4 = 0 ;
57173   lldb::SBFileSpecList *arg3 = 0 ;
57174   lldb::SBFileSpecList *arg4 = 0 ;
57482   lldb::SBFileSpecList *arg4 = 0 ;
57483   lldb::SBFileSpecList *arg5 = 0 ;
57565   lldb::SBFileSpecList *arg4 = 0 ;
57566   lldb::SBFileSpecList *arg5 = 0 ;
tools/lldb/include/lldb/API/SBFileSpecList.h
   21   SBFileSpecList(const lldb::SBFileSpecList &rhs);
   25   const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
   25   const SBFileSpecList &operator=(const lldb::SBFileSpecList &rhs);
tools/lldb/include/lldb/API/SBTarget.h
  543                              lldb::addr_t offset, SBFileSpecList &module_list);
  548                              SBFileSpecList &module_list);
  556                          const SBFileSpecList &module_list,
  557                          const SBFileSpecList &comp_unit_list);
  563       const SBFileSpecList &module_list,
  564       const SBFileSpecList &comp_unit_list);
  571       const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
  571       const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
  577       const SBFileSpecList &module_list,
  578       const SBFileSpecList &comp_unit_list);
  585       const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
  585       const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
  592       lldb::addr_t offset, const SBFileSpecList &module_list,
  593       const SBFileSpecList &comp_unit_list);
  600                           const SBFileSpecList &module_list,
  601                           const SBFileSpecList &comp_unit_list);
  605       const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
  605       const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list);
  614                                 const SBFileSpecList &module_list,
  615                                 const SBFileSpecList &source_file);
  618       const char *source_regex, const SBFileSpecList &module_list,
  619       const SBFileSpecList &source_file, const SBStringList &func_names);
  653       const SBFileSpecList &module_list,
  654       const SBFileSpecList &file_list,
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
   31 inline void stringify_append(llvm::raw_string_ostream &ss, const T &t) {
   47 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) {
   52 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head,
   53                              const Tail &... tail) {
   59 template <typename... Ts> inline std::string stringify_args(const Ts &... ts) {
  201   template <typename T> T *GetObjectForIndex(unsigned idx) {
  208   template <typename T> void AddObjectForIndex(unsigned idx, T *object) {
  249       typename std::conditional<std::is_fundamental<T>::value,
  253   typedef typename std::conditional<std::is_fundamental<T>::value,
  285   template <typename T> void HandleReplayResult(const T &t) {
  287     if (std::is_fundamental<T>::value)
  290     m_index_to_object.AddObjectForIndex(result, new T(t));
  294   template <typename T> void HandleReplayResult(T *t) {
  296     if (std::is_fundamental<T>::value)
  501   static Class *doit(Args... args) { return new Class(args...); }
  501   static Class *doit(Args... args) { return new Class(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
  535   template <typename T> unsigned GetIndexForObject(T *t) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  552   void SerializeAll(const Head &head, const Tail &... tail) {
  563   template <typename T> void Serialize(T *t) {
  564     if (std::is_fundamental<T>::value) {
  575   template <typename T> void Serialize(T &t) {
  576     if (std::is_fundamental<T>::value) {
  577       m_stream.write(reinterpret_cast<const char *>(&t), sizeof(T));
  637               const RArgs &... args) {
  683   template <typename Result> Result RecordResult(Result &&r) {
tools/lldb/source/API/SBFileSpecList.cpp
   28 SBFileSpecList::SBFileSpecList(const SBFileSpecList &rhs) : m_opaque_up() {
   37 const SBFileSpecList &SBFileSpecList::operator=(const SBFileSpecList &rhs) {
   37 const SBFileSpecList &SBFileSpecList::operator=(const SBFileSpecList &rhs) {
  131 void RegisterMethods<SBFileSpecList>(Registry &R) {
tools/lldb/source/API/SBReproducer.cpp
   57   RegisterMethods<SBFileSpecList>(R);
tools/lldb/source/API/SBTarget.cpp
  724   SBFileSpecList empty_list;
  732                                      SBFileSpecList &sb_module_list) {
  744     lldb::addr_t offset, SBFileSpecList &sb_module_list) {
  804                                  const SBFileSpecList &module_list,
  805                                  const SBFileSpecList &comp_unit_list) {
  819     const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) {
  819     const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) {
  832     LanguageType symbol_language, const SBFileSpecList &module_list,
  833     const SBFileSpecList &comp_unit_list) {
  859     const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) {
  859     const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) {
  873     LanguageType symbol_language, const SBFileSpecList &module_list,
  874     const SBFileSpecList &comp_unit_list) {
  890     const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) {
  890     const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) {
  920   SBFileSpecList module_spec_list;
  921   SBFileSpecList comp_unit_list;
  932                                   const SBFileSpecList &module_list,
  933                                   const SBFileSpecList &comp_unit_list) {
  945     const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) {
  945     const SBFileSpecList &module_list, const SBFileSpecList &comp_unit_list) {
 1013   SBFileSpecList module_spec_list;
 1019   SBFileSpecList source_file_list;
 1029     const char *source_regex, const SBFileSpecList &module_list,
 1030     const lldb::SBFileSpecList &source_file_list) {
 1042     const char *source_regex, const SBFileSpecList &module_list,
 1043     const lldb::SBFileSpecList &source_file_list,
 1092     const SBFileSpecList &module_list, const SBFileSpecList &file_list,
 1092     const SBFileSpecList &module_list, const SBFileSpecList &file_list,
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  326     : public __is_integral_helper<typename remove_cv<_Tp>::type>::type
  354     : public __is_floating_point_helper<typename remove_cv<_Tp>::type>::type
  567     : public __is_null_pointer_helper<typename remove_cv<_Tp>::type>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  588     : public __or_<is_integral<_Tp>, is_floating_point<_Tp>>::type
  594     : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
  594     : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,
  595 		   is_null_pointer<_Tp>>::type
 1554     { typedef _Tp     type; };
 1558     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1633     { typedef _Tp   type; };
 1983     { typedef _Up     type; };