Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp152 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 DOptionValue.h290 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 DStructuredDataImpl.h140 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 DOptionValueArgs.cpp19 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.cpp408 llvm::StringRef OptionValue::GetStringValue(llvm::StringRef fail_value) const { in GetStringValue() function in OptionValue
H A DOptionValueProperties.cpp432 return value->GetStringValue(fail_value); in GetPropertyAtIndexAsString()
/freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp621 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 DSBStructuredData.i51 size_t GetStringValue(char *dst, size_t dst_len) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h90 size_t GetStringValue(char *dst, size_t dst_len) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp252 ->GetStringValue() != "MainThreadChecker") in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp310 ->GetStringValue() != "UndefinedBehaviorSanitizer") in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp878 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 DStructuredData.h136 llvm::StringRef GetStringValue(const char *fail_value = nullptr) {
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1041 buffer.CopyData(m_memory_options.m_string.GetStringValue()); in DoExecute()
1047 m_memory_options.m_expr.GetStringValue(), frame, result_sp)) && in DoExecute()
H A DCommandObjectBreakpoint.cpp1753 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 DProcessGDBRemote.cpp2058 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 DGDBRemoteCommunicationClient.cpp2631 socket_name = std::string(socket_name_osp->GetStringValue()); in QueryGDBServer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp798 description = std::string(object_sp->GetStringValue()); in GetRemoteUnixSignals()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3501 object->GetStringValue().str().c_str()); in GetSubclassDescription()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44872 result = ((lldb::SBStructuredData const *)arg1)->GetStringValue(arg2,arg3); in _wrap_SBStructuredData_GetStringValue()