| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedThreadPythonInterface.cpp | 60 return obj->GetStringValue().str(); in GetName() 80 return obj->GetStringValue().str(); in GetQueue()
|
| H A D | ScriptedProcessPythonInterface.cpp | 183 return obj->GetStringValue().str(); in GetScriptedThreadPluginName()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 623 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary() 730 loc->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GetLocationDescription() 966 ->GetStringValue() == "external-race") { in GenerateThreadName() 970 ->GetStringValue() == "swift-access-race") { in GenerateThreadName() 987 o->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GenerateThreadName() 1058 ->GetStringValue() != "ThreadSanitizer") in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 106 size_t GetStringValue(char *dst, size_t dst_len) const;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 249 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 309 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 346 llvm::StringRef key = item->GetStringValue(); in DoUpdateThreadList()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 415 std::optional<llvm::StringRef> OptionValue::GetStringValue() const { in GetStringValue() function in OptionValue
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 158 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2003 thread_name = std::string(object->GetStringValue()); in SetThreadStopInfo() 2009 queue_name = std::string(object->GetStringValue()); in SetThreadStopInfo() 2011 std::string queue_kind_str = std::string(object->GetStringValue()); in SetThreadStopInfo() 2035 reason = std::string(object->GetStringValue()); in SetThreadStopInfo() 2037 description = std::string(object->GetStringValue()); in SetThreadStopInfo() 2048 std::string(object->GetStringValue()); in SetThreadStopInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2667 socket_name = std::string(socket_name_osp->GetStringValue()); in QueryGDBServer()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 757 description = std::string(object_sp->GetStringValue()); in GetRemoteUnixSignals()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 3915 s.Format("{0} : {1}\n", key, object->GetStringValue()); in GetSubclassDescription()
|
| H A D | Process.cpp | 6060 const llvm::StringRef type_name = object->GetStringValue(); in MapSupportedStructuredDataPlugins()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 49560 result = ((lldb::SBStructuredData const *)arg1)->GetStringValue(arg2,arg3); in _wrap_SBStructuredData_GetStringValue()
|