| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 152 llvm::StringRef key = object->GetStringValue(""); in GetKeys() 198 size_t SBStructuredData::GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function in SBStructuredData 199 LLDB_RECORD_CHAR_PTR_METHOD_CONST(size_t, SBStructuredData, GetStringValue, in GetStringValue() 202 return m_impl_up->GetStringValue(dst, dst_len); in GetStringValue() 241 LLDB_REGISTER_CHAR_PTR_METHOD_CONST(size_t, SBStructuredData, GetStringValue); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 290 llvm::StringRef GetStringValue(llvm::StringRef fail_value) const; 291 llvm::StringRef GetStringValue() const { return GetStringValue(llvm::StringRef()); } in GetStringValue() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | StructuredDataImpl.h | 140 size_t GetStringValue(char *dst, size_t dst_len) const { in GetStringValue() function 144 llvm::StringRef result = m_data_sp->GetStringValue(); in GetStringValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueArgs.cpp | 19 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 | 408 llvm::StringRef OptionValue::GetStringValue(llvm::StringRef fail_value) const { in GetStringValue() function in OptionValue
|
| H A D | OptionValueProperties.cpp | 432 return value->GetStringValue(fail_value); in GetPropertyAtIndexAsString()
|
| /freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 621 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary() 731 loc->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GetLocationDescription() 964 ->GetStringValue() == "external-race") { in GenerateThreadName() 968 ->GetStringValue() == "swift-access-race") { in GenerateThreadName() 985 o->GetAsDictionary()->GetValueForKey("type")->GetStringValue()); in GenerateThreadName() 1056 ->GetStringValue() != "ThreadSanitizer") in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBStructuredData.i | 51 size_t GetStringValue(char *dst, size_t dst_len) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBStructuredData.h | 90 size_t GetStringValue(char *dst, size_t dst_len) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 252 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 310 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 878 SetDescription(value_sp->GetStringValue()); in TestEmulation() 888 arch.SetTriple(llvm::Triple(value_sp->GetStringValue())); in TestEmulation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 136 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1041 buffer.CopyData(m_memory_options.m_string.GetStringValue()); in DoExecute() 1047 m_memory_options.m_expr.GetStringValue(), frame, result_sp)) && in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 1753 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2058 thread_name = std::string(object->GetStringValue()); in SetThreadStopInfo() 2063 queue_name = std::string(object->GetStringValue()); in SetThreadStopInfo() 2065 std::string queue_kind_str = std::string(object->GetStringValue()); in SetThreadStopInfo() 2089 reason = std::string(object->GetStringValue()); in SetThreadStopInfo() 2091 description = std::string(object->GetStringValue()); in SetThreadStopInfo() 2103 std::string(object->GetStringValue()); in SetThreadStopInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2631 socket_name = std::string(socket_name_osp->GetStringValue()); in QueryGDBServer()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 798 description = std::string(object_sp->GetStringValue()); in GetRemoteUnixSignals()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 3501 object->GetStringValue().str().c_str()); in GetSubclassDescription()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 44872 result = ((lldb::SBStructuredData const *)arg1)->GetStringValue(arg2,arg3); in _wrap_SBStructuredData_GetStringValue()
|