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

Declarations

tools/lldb/include/lldb/API/SBDefines.h
   69 class LLDB_API SBStructuredData;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 8676   lldb::SBStructuredData *arg3 = 0 ;
10313   lldb::SBStructuredData *arg3 = 0 ;
11867   lldb::SBStructuredData *arg3 = 0 ;
22446   lldb::SBStructuredData result;
22856   lldb::SBStructuredData result;
45720   lldb::SBStructuredData result;
49849   lldb::SBStructuredData *result = 0 ;
49854     result = (lldb::SBStructuredData *)new lldb::SBStructuredData();
49866   lldb::SBStructuredData *arg1 = 0 ;
49870   lldb::SBStructuredData *result = 0 ;
49883     result = (lldb::SBStructuredData *)new lldb::SBStructuredData((lldb::SBStructuredData const &)*arg1);
49899   lldb::SBStructuredData *result = 0 ;
49912     result = (lldb::SBStructuredData *)new lldb::SBStructuredData((lldb::EventSP const &)*arg1);
49966   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
49991   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50017   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50043   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50068   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50094   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50120   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50158   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50167   lldb::SBStructuredData result;
50196   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50204   lldb::SBStructuredData result;
50231   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50266   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50338   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50373   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50445   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50480   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50552   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50606   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50644   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
50682   lldb::SBStructuredData *arg1 = (lldb::SBStructuredData *) 0 ;
57481   lldb::SBStructuredData *arg3 = 0 ;
57564   lldb::SBStructuredData *arg3 = 0 ;
59622   lldb::SBStructuredData result;
61726   lldb::SBStructuredData *arg3 = 0 ;
64131   lldb::SBStructuredData *arg3 = 0 ;
64759   lldb::SBStructuredData result;
64816   lldb::SBStructuredData *arg2 = 0 ;
79580         lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
79580         lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
79808         lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
79808         lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
79895     lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
79895     lldb::SBStructuredData *args_value = new lldb::SBStructuredData(args_impl);
tools/lldb/include/lldb/API/SBBreakpoint.h
   98                                  SBStructuredData &extra_args);
tools/lldb/include/lldb/API/SBBreakpointLocation.h
   59                                     lldb::SBStructuredData &extra_args);
tools/lldb/include/lldb/API/SBBreakpointName.h
   89                                     SBStructuredData &extra_args);
tools/lldb/include/lldb/API/SBDebugger.h
  182   lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx);
  212   static SBStructuredData GetBuildConfiguration();
tools/lldb/include/lldb/API/SBProcess.h
  212   static lldb::SBStructuredData
tools/lldb/include/lldb/API/SBStructuredData.h
   21   SBStructuredData(const lldb::SBStructuredData &rhs);
   29   lldb::SBStructuredData &operator=(const lldb::SBStructuredData &rhs);
   29   lldb::SBStructuredData &operator=(const lldb::SBStructuredData &rhs);
   57   lldb::SBStructuredData GetValueForKey(const char *key) const;
   61   lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
tools/lldb/include/lldb/API/SBTarget.h
   86   lldb::SBStructuredData GetStatistics();
  652       SBStructuredData &extra_args,
tools/lldb/include/lldb/API/SBThread.h
  126                                       lldb::SBStructuredData &args_data,
tools/lldb/include/lldb/API/SBThreadPlan.h
   32                lldb::SBStructuredData &args_data);
  107                                               lldb::SBStructuredData &args_data,
tools/lldb/include/lldb/API/SBTraceOptions.h
   28   lldb::SBStructuredData getTraceParams(lldb::SBError &error);
   35   void setTraceParams(lldb::SBStructuredData &params);
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)
  375     static Result doit(Deserializer &deserializer,
  376                        Result (*f)(Deserialized..., Head, Tail...),
  379           template deserialized<Result, Deserialized..., Head>::doit(
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  387     static Result doit(Deserializer &deserializer, Result (*f)(Deserialized...),
  404   DefaultReplayer(Result (*f)(Args...)) : Replayer(), f(f) {}
  408         DeserializationHelper<Args...>::template deserialized<Result>::doit(
  412   Result (*f)(Args...);
  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...); }
  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...); }
  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));
  636   void Record(Serializer &serializer, Registry &registry, Result (*f)(FArgs...),
  637               const RArgs &... args) {
  652             typename std::remove_reference<Result>::type>::type>::value) {
  683   template <typename Result> Result RecordResult(Result &&r) {
  683   template <typename Result> Result RecordResult(Result &&r) {
  690     return std::forward<Result>(r);
tools/lldb/scripts/Python/python-swigsafecast.swig
  144 SBTypeToSWIGWrapper (lldb::SBStructuredData* structured_data_sb)
tools/lldb/source/API/SBBreakpoint.cpp
  598   SBStructuredData empty_args;
  604     SBStructuredData &extra_args) {
tools/lldb/source/API/SBBreakpointLocation.cpp
  219     SBStructuredData &extra_args) {
tools/lldb/source/API/SBBreakpointName.cpp
  573   SBStructuredData empty_args;
  579     SBStructuredData &extra_args) {
tools/lldb/source/API/SBDebugger.cpp
  676 SBStructuredData SBDebugger::GetBuildConfiguration() {
  693   SBStructuredData data;
 1072 SBStructuredData SBDebugger::GetAvailablePlatformInfoAtIndex(uint32_t idx) {
 1076   SBStructuredData data;
tools/lldb/source/API/SBProcess.cpp
  819 lldb::SBStructuredData
tools/lldb/source/API/SBReproducer.cpp
   82   RegisterMethods<SBStructuredData>(R);
tools/lldb/source/API/SBStructuredData.cpp
   31 SBStructuredData::SBStructuredData(const lldb::SBStructuredData &rhs)
   50 SBStructuredData &SBStructuredData::
   51 operator=(const lldb::SBStructuredData &rhs) {
  153 lldb::SBStructuredData SBStructuredData::GetValueForKey(const char *key) const {
  160   SBStructuredData result;
  165 lldb::SBStructuredData SBStructuredData::GetItemAtIndex(size_t idx) const {
  172   SBStructuredData result;
  209 void RegisterMethods<SBStructuredData>(Registry &R) {
tools/lldb/source/API/SBTarget.cpp
  213 SBStructuredData SBTarget::GetStatistics() {
  216   SBStructuredData data;
 1091     const char *class_name, SBStructuredData &extra_args,
tools/lldb/source/API/SBThread.cpp
  975   lldb::SBStructuredData no_data;
  983                                               SBStructuredData &args_data,
tools/lldb/source/API/SBThreadPlan.cpp
   77                            lldb::SBStructuredData &args_data) {
  402                                              lldb::SBStructuredData &args_data,
tools/lldb/source/API/SBTraceOptions.cpp
   45 lldb::SBStructuredData SBTraceOptions::getTraceParams(lldb::SBError &error) {
   52   lldb::SBStructuredData structData;
   69 void SBTraceOptions::setTraceParams(lldb::SBStructuredData &params) {
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
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;
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };
 1979     { typedef _Tp     type; };
 1983     { typedef _Up     type; };
 1988     : public __remove_pointer_helper<_Tp, typename remove_cv<_Tp>::type>
 1988     : public __remove_pointer_helper<_Tp, typename remove_cv<_Tp>::type>