Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp63 return obj->GetStringValue().str(); in GetState()
85 return obj->GetStringValue().str(); in GetStopReason()
H A DScriptedProcessPythonInterface.cpp191 return obj->GetStringValue().str(); in GetMetadata()
/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h106 size_t GetStringValue(char *dst, size_t dst_len) const;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h291 return GetStringValue(); in GetValueAs()
382 std::optional<llvm::StringRef> GetStringValue() const;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp249 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp309 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp346 llvm::StringRef key = item->GetStringValue(); in DoUpdateThreadList()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp415 std::optional<llvm::StringRef> OptionValue::GetStringValue() const { in GetStringValue() function in OptionValue
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h158 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
/freebsd-src/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 SendSetCurrentThreadPacket()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp765 description = std::string(object_sp->GetStringValue()); in GetRemoteUnixSignals()
/freebsd-src/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 WriteMemoryTags()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]