Home
last modified time | relevance | path

Searched refs:sb_stream (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp176 lldb::SBStream sb_stream; in DoExecute() local
177 sb_stream.Printf("{\"trace-tech\":\"intel-pt\"}"); in DoExecute()
179 lldb::SBError error = custom_params.SetFromJSON(sb_stream); in DoExecute()
/external/llvm-project/lldb/bindings/python/
Dpython-wrapper.swig568 lldb::SBStream sb_stream;
570 SBTypeToSWIGWrapper(sb_stream));
584 stream->PutCString(sb_stream.GetData());
Dpython-extensions.swig146 print >>sb_stream, "something"