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

Declarations

tools/lldb/include/lldb/API/SBDefines.h
   34 class LLDB_API SBCommunication;
tools/lldb/tools/lldb-vscode/VSCodeForward.h
   27 class SBCommunication;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
16802   lldb::SBCommunication *result = 0 ;
16807     result = (lldb::SBCommunication *)new lldb::SBCommunication();
16824   lldb::SBCommunication *result = 0 ;
16834     result = (lldb::SBCommunication *)new lldb::SBCommunication((char const *)arg1);
16881   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16906   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16932   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16958   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
16989     result = (char *)lldb::SBCommunication::GetBroadcasterClass();
17001   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17045   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17083   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17109   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17135   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17161   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17195   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17258   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17312   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17338   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17364   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17390   lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ;
17391   lldb::SBCommunication::ReadThreadBytesReceived arg2 = (lldb::SBCommunication::ReadThreadBytesReceived) 0 ;
86773   SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitDisconnected",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitDisconnected)));
86774   SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitReadThreadGotBytes",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitReadThreadGotBytes)));
86775   SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitReadThreadDidExit",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitReadThreadDidExit)));
86776   SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitReadThreadShouldExit",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitReadThreadShouldExit)));
86777   SWIG_Python_SetConstant(d, "SBCommunication_eBroadcastBitPacketAvailable",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eBroadcastBitPacketAvailable)));
86778   SWIG_Python_SetConstant(d, "SBCommunication_eAllEventBits",SWIG_From_int(static_cast< int >(lldb::SBCommunication::eAllEventBits)));
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,
   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,
  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) {
  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));
tools/lldb/source/API/SBCommunication.cpp
  191 void RegisterMethods<SBCommunication>(Registry &R) {
tools/lldb/source/API/SBReproducer.cpp
   45   RegisterMethods<SBCommunication>(R);
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;
 1983     { typedef _Up     type; };