/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBStructuredData.cpp | 166 llvm::StringRef key = object->GetStringValue(""); in GetKeys() 219 size_t SBStructuredData::GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function in SBStructuredData 222 return m_impl_up->GetStringValue(dst, dst_len); in GetStringValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedThreadPythonInterface.cpp | 63 return obj->GetStringValue().str(); in GetName() 85 return obj->GetStringValue().str(); in GetQueue()
|
H A D | ScriptedProcessPythonInterface.cpp | 191 return obj->GetStringValue().str(); in GetScriptedThreadPluginName()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | StructuredDataImpl.h | 149 size_t GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function 153 llvm::StringRef result = m_data_sp->GetStringValue(); in GetStringValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedThreadPythonInterface.cpp |
|
H A D | ScriptedProcessPythonInterface.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 625 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary() 732 loc->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GetLocationDescription() 968 ->GetStringValue() == "external-race") { in GenerateThreadName() 972 ->GetStringValue() == "swift-access-race") { in GenerateThreadName() 989 o->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GenerateThreadName() 1060 ->GetStringValue() != "ThreadSanitizer") in GetBacktracesFromExtendedStopInfo()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValue.h | 291 return GetStringValue(); in GetValueAs() 382 std::optional<llvm::StringRef> GetStringValue() const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBStructuredData.h | 106 size_t GetStringValue(char *dst, size_t dst_len) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 249 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 309 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 1441 llvm::StringRef short_str = obj_sp->GetStringValue(); in SetOptionsFromArray() 1519 usage_stref = obj_sp->GetStringValue(); in SetOptionsFromArray() 1564 llvm::StringRef val_stref = obj_sp->GetStringValue(); in SetOptionsFromArray() 1574 llvm::StringRef usage_stref = obj_sp->GetStringValue(); in SetOptionsFromArray() 1786 llvm::StringRef repeat_str = obj_sp->GetStringValue(); in CommandObjectScriptingObjectParsed()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValue.cpp | 415 std::optional<llvm::StringRef> OptionValue::GetStringValue() const { in SetUUIDValue() 378 std::optional<llvm::StringRef> OptionValue::GetStringValue() const { GetStringValue() function in OptionValue
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 346 llvm::StringRef key = item->GetStringValue(); in DoUpdateThreadList()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 158 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 2024 thread_name = std::string(object->GetStringValue()); in SetThreadStopInfo() 2030 queue_name = std::string(object->GetStringValue()); in SetThreadStopInfo() 2032 std::string queue_kind_str = std::string(object->GetStringValue()); in SetThreadStopInfo() 2056 reason = std::string(object->GetStringValue()); in SetThreadStopInfo() 2058 description = std::string(object->GetStringValue()); in SetThreadStopInfo() 2069 std::string(object->GetStringValue()); in SetThreadStopInfo()
|
H A D | GDBRemoteCommunicationClient.cpp | 2696 socket_name = std::string(socket_name_osp->GetStringValue()); in QueryGDBServer()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 765 description = std::string(object_sp->GetStringValue()); in GetRemoteUnixSignals()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 3903 s.Format("{0} : {1}\n", key, object->GetStringValue()); in GetSubclassDescription()
|
H A D | Process.cpp | 6261 const llvm::StringRef type_name = object->GetStringValue(); in MapSupportedStructuredDataPlugins()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 52294 result = ((lldb::SBStructuredData const *)arg1)->GetStringValue(arg2,arg3); in _wrap_SBStructuredData_GetStringValue()
|