Home
last modified time | relevance | path

Searched refs:GetStringValue (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp166 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 DScriptedThreadPythonInterface.cpp63 return obj->GetStringValue().str(); in GetName()
85 return obj->GetStringValue().str(); in GetQueue()
H A DScriptedProcessPythonInterface.cpp191 return obj->GetStringValue().str(); in GetScriptedThreadPluginName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h149 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 DScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp625 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 DOptionValue.h291 return GetStringValue(); in GetValueAs()
382 std::optional<llvm::StringRef> GetStringValue() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h106 size_t GetStringValue(char *dst, size_t dst_len) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp249 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp309 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1441 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 DOptionValue.cpp415 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 DScriptedProcess.cpp346 llvm::StringRef key = item->GetStringValue(); in DoUpdateThreadList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h158 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2024 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 DGDBRemoteCommunicationClient.cpp2696 socket_name = std::string(socket_name_osp->GetStringValue()); in QueryGDBServer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp765 description = std::string(object_sp->GetStringValue()); in GetRemoteUnixSignals()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3903 s.Format("{0} : {1}\n", key, object->GetStringValue()); in GetSubclassDescription()
H A DProcess.cpp6261 const llvm::StringRef type_name = object->GetStringValue(); in MapSupportedStructuredDataPlugins()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52294 result = ((lldb::SBStructuredData const *)arg1)->GetStringValue(arg2,arg3); in _wrap_SBStructuredData_GetStringValue()