Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBStructuredData.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-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedThreadPythonInterface.cpp63 return obj->GetStringValue().str(); in GetName()
85 return obj->GetStringValue().str(); in GetQueue()
HDScriptedProcessPythonInterface.cpp191 return obj->GetStringValue().str(); in GetScriptedThreadPluginName()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDStructuredDataImpl.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-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.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-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBStructuredData.h106 size_t GetStringValue(char *dst, size_t dst_len) const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h291 return GetStringValue(); in GetValueAs()
382 std::optional<llvm::StringRef> GetStringValue() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.cpp249 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.cpp309 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.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-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp346 llvm::StringRef key = item->GetStringValue(); in DoUpdateThreadList()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp415 std::optional<llvm::StringRef> OptionValue::GetStringValue() const { in GetStringValue() function in OptionValue
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStructuredData.h158 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.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()
HDGDBRemoteCommunicationClient.cpp2696 socket_name = std::string(socket_name_osp->GetStringValue()); in QueryGDBServer()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp765 description = std::string(object_sp->GetStringValue()); in GetRemoteUnixSignals()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp3903 s.Format("{0} : {1}\n", key, object->GetStringValue()); in GetSubclassDescription()
HDProcess.cpp6261 const llvm::StringRef type_name = object->GetStringValue(); in MapSupportedStructuredDataPlugins()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp52294 result = ((lldb::SBStructuredData const *)arg1)->GetStringValue(arg2,arg3); in _wrap_SBStructuredData_GetStringValue()