Searched refs:SBStructuredData (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i258 lldb::SBStructuredData &args_data,
H A DSBProcess.i334 static lldb::SBStructuredData
H A DSBTarget.i695 # extra_args - an SBStructuredData that can be used to
725 This is an SBStructuredData object that will get passed to the
743 SBStructuredData &extra_args,
956 lldb::SBStructuredData GetStatistics();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp17 #include "lldb/API/SBStructuredData.h"
598 SBStructuredData empty_args;
604 SBStructuredData &extra_args) {
606 (const char *, SBStructuredData &), callback_function_name, extra_args);
1014 (const char *, SBStructuredData &));
H A DSBReproducer.cpp82 RegisterMethods<SBStructuredData>(R);
H A DSBThread.cpp19 #include "lldb/API/SBStructuredData.h"
976 lldb::SBStructuredData no_data;
984 SBStructuredData &args_data,
987 (const char *, lldb::SBStructuredData &, bool),
1484 (const char *, SBStructuredData &, bool));
H A DSBProcess.cpp42 #include "lldb/API/SBStructuredData.h"
819 lldb::SBStructuredData
821 LLDB_RECORD_STATIC_METHOD(lldb::SBStructuredData, SBProcess,
825 return LLDB_RECORD_RESULT(SBStructuredData(event.GetSP()));
1376 LLDB_REGISTER_STATIC_METHOD(lldb::SBStructuredData, SBProcess,
H A DSBTarget.cpp26 #include "lldb/API/SBStructuredData.h"
212 SBStructuredData SBTarget::GetStatistics() {
213 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBStructuredData, SBTarget, GetStatistics);
215 SBStructuredData data;
1090 const char *class_name, SBStructuredData &extra_args,
1095 (const char *, lldb::SBStructuredData &, const lldb::SBFileSpecList &,
2415 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBTarget, GetStatistics, ());
2523 (const char *, lldb::SBStructuredData &, const lldb::SBFileSpecList &,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h212 static lldb::SBStructuredData
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile62 SRCS+= API/SBStructuredData.cpp

Completed in 140 milliseconds

12