| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 103 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 D | OptionValue.h | 299 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 D | StructuredDataImpl.h | 136 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 D | OptionValueArgs.cpp | 20 llvm::StringRef string_value = value->GetStringValue(); in GetArgs()
|
| H A D | OptionValueArray.cpp | 151 llvm::StringRef string_value = m_values[i]->GetStringValue(); in GetArgs()
|
| H A D | OptionValue.cpp | 410 llvm::StringRef OptionValue::GetStringValue(llvm::StringRef fail_value) const { in GetStringValue() function in OptionValue
|
| H A D | OptionValueProperties.cpp | 476 return value->GetStringValue(fail_value); in GetPropertyAtIndexAsString()
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/ |
| H A D | widget.h | 52 std::string GetStringValue() const;
|
| H A D | widget_test.cc | 48 EXPECT_EQ(std::string("name"), widget.GetStringValue()); in TEST()
|
| H A D | widget.cc | 54 std::string Widget::GetStringValue() const { in GetStringValue() function in Widget
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 621 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 D | SBStructuredData.h | 105 size_t GetStringValue(char *dst, size_t dst_len) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 247 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 312 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 140 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2116 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 D | GDBRemoteCommunicationClient.cpp | 2525 socket_name = socket_name_osp->GetStringValue(); in QueryGDBServer()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 983 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 D | CommandObjectMemory.cpp | 1058 buffer.CopyData(m_memory_options.m_string.GetStringValue()); in DoExecute() 1064 m_memory_options.m_expr.GetStringValue(), frame, result_sp)) && in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 1973 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 D | PlatformRemoteGDBServer.cpp | 789 description = object_sp->GetStringValue(); in GetRemoteUnixSignals()
|