Home
last modified time | relevance | path

Searched refs:StringSP (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp178 StringSP m_string_sp;
533 StringSP description_sp(new String); in socket$__interposed__()
563 StringSP description_sp( in socketpair$__interposed__()
616 StringSP description_sp(new String( in open$NOCANCEL$__interposed__()
638 StringSP description_sp( in __open_extended$__interposed__()
677 StringSP description_sp(new String( in shm_open$__interposed__()
698 StringSP description_sp(new String( in accept$__interposed__()
719 StringSP description_sp(new String( in accept$NOCANCEL$__interposed__()
738 StringSP description_sp( in dup$__interposed__()
759 StringSP dup2_close_description_sp( in dup2$__interposed__()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp327 StructuredData::StringSP PythonBytes::CreateStructuredString() const { in CreateStructuredString()
328 StructuredData::StringSP result(new StructuredData::String); in CreateStructuredString()
366 StructuredData::StringSP PythonByteArray::CreateStructuredString() const { in CreateStructuredString()
367 StructuredData::StringSP result(new StructuredData::String); in CreateStructuredString()
439 StructuredData::StringSP PythonString::CreateStructuredString() const { in CreateStructuredString()
440 StructuredData::StringSP result(new StructuredData::String); in CreateStructuredString()
H A DPythonDataObjects.h414 StructuredData::StringSP CreateStructuredString() const;
432 StructuredData::StringSP CreateStructuredString() const;
454 StructuredData::StringSP CreateStructuredString() const;
H A DScriptInterpreterPython.cpp1613 StructuredData::StringSP
1623 return StructuredData::StringSP(); in OSPlugin_RegisterContextData()
1632 return StructuredData::StringSP(); in OSPlugin_RegisterContextData()
1641 return StructuredData::StringSP(); in OSPlugin_RegisterContextData()
1646 return StructuredData::StringSP(); in OSPlugin_RegisterContextData()
1667 return StructuredData::StringSP(); in OSPlugin_RegisterContextData()
H A DScriptInterpreterPythonImpl.h137 StructuredData::StringSP
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h263 virtual StructuredData::StringSP
266 return StructuredData::StringSP(); in OSPlugin_RegisterContextData()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp86 StructuredData::StringSP item(new StructuredData::String(name)); in SerializeToStructuredData()
H A DBreakpointResolverName.cpp198 names_sp->AddItem(StructuredData::StringSP( in SerializeToStructuredData()
H A DBreakpointOptions.cpp47 StructuredData::StringSP item_sp( in SerializeToStructuredData()
H A DBreakpoint.cpp93 StructuredData::StringSP(new StructuredData::String(name))); in SerializeToStructuredData()
/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp326 StructuredData::StringSP reg_context_data = in CreateRegisterContextForThread()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSONGenerator.h42 typedef std::shared_ptr<String> StringSP; typedef
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h66 typedef std::shared_ptr<String> StringSP; typedef