Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp103 llvm::StringRef key = object->GetStringValue(""); in GetKeys()
140 size_t SBStructuredData::GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function in SBStructuredData
141 return (m_impl_up ? m_impl_up->GetStringValue(dst, dst_len) : 0); in GetStringValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h299 llvm::StringRef GetStringValue(llvm::StringRef fail_value) const;
300 llvm::StringRef GetStringValue() const { return GetStringValue(llvm::StringRef()); } in GetStringValue() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h136 size_t GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function
140 llvm::StringRef result = m_data_sp->GetStringValue(); in GetStringValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueArgs.cpp20 llvm::StringRef string_value = value->GetStringValue(); in GetArgs()
H A DOptionValueArray.cpp151 llvm::StringRef string_value = m_values[i]->GetStringValue(); in GetArgs()
H A DOptionValue.cpp410 llvm::StringRef OptionValue::GetStringValue(llvm::StringRef fail_value) const { in GetStringValue() function in OptionValue
H A DOptionValueProperties.cpp476 return value->GetStringValue(fail_value); in GetPropertyAtIndexAsString()
/freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/
H A Dwidget.h52 std::string GetStringValue() const;
H A Dwidget_test.cc48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); in TEST()
H A Dwidget.cc54 std::string Widget::GetStringValue() const { in GetStringValue() function in Widget
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp621 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
731 loc->GetAsDictionary()->GetValueForKey("type")->GetStringValue(); in GetLocationDescription()
963 ->GetStringValue() == "external-race") { in GenerateThreadName()
967 ->GetStringValue() == "swift-access-race") { in GenerateThreadName()
984 o->GetAsDictionary()->GetValueForKey("type")->GetStringValue(); in GenerateThreadName()
1057 ->GetStringValue() != "ThreadSanitizer") in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStructuredData.h105 size_t GetStringValue(char *dst, size_t dst_len) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp247 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp312 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h140 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2116 thread_name = object->GetStringValue(); in SetThreadStopInfo()
2121 queue_name = object->GetStringValue(); in SetThreadStopInfo()
2123 std::string queue_kind_str = object->GetStringValue(); in SetThreadStopInfo()
2147 reason = object->GetStringValue(); in SetThreadStopInfo()
2149 description = object->GetStringValue(); in SetThreadStopInfo()
2160 expedited_register_map[reg] = object->GetStringValue(); in SetThreadStopInfo()
H A DGDBRemoteCommunicationClient.cpp2525 socket_name = socket_name_osp->GetStringValue(); in QueryGDBServer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp983 SetDescription(value_sp->GetStringValue()); in TestEmulation()
993 arch.SetTriple(llvm::Triple(value_sp->GetStringValue())); in TestEmulation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1058 buffer.CopyData(m_memory_options.m_string.GetStringValue()); in DoExecute()
1064 m_memory_options.m_expr.GetStringValue(), frame, result_sp)) && in DoExecute()
H A DCommandObjectBreakpoint.cpp1973 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp789 description = object_sp->GetStringValue(); in GetRemoteUnixSignals()