Home
last modified time | relevance | path

Searched refs:GetAsString (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp75 return JoinPath(modules_dir_spec, uuid.GetAsString().c_str()); in GetModuleDirectory()
100 module_uuid.GetAsString().c_str(), error.AsCString()); in DeleteExistingModule()
161 m_file_spec = JoinPath(lock_dir_spec, uuid.GetAsString().c_str()); in ModuleLock()
216 m_loaded_modules.find(module_spec.GetUUID().GetAsString()); in Get()
261 std::make_pair(module_spec.GetUUID().GetAsString(), cached_module_sp)); in Get()
282 module_spec.GetUUID().GetAsString().c_str(), in GetAndPut()
H A DThread.cpp2003 name->GetAsString()->GetValue(), in GetDescription()
2019 breadcrumb_text->GetAsString()->GetValue()); in GetDescription()
2039 strm.Format(" {0}\n", message_text->GetAsString()->GetValue()); in GetDescription()
H A DPlatform.cpp1671 __FUNCTION__, module_spec.GetUUID().GetAsString().c_str(), in GetCachedSharedModule()
H A DProcess.cpp6099 auto type_name = object->GetAsString(); in MapSupportedStructuredDataPlugins()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h134 String *GetAsString() { in GetAsString() function
141 String *s = GetAsString();
218 if (auto string_value = value_sp->GetAsString()) { in GetItemAtIndexAsString()
237 if (auto string_value = value_sp->GetAsString()) { in GetItemAtIndexAsString()
426 if (auto string_value = value_sp->GetAsString()) { in GetValueForKeyAsString()
450 if (auto string_value = value_sp->GetAsString()) { in GetValueForKeyAsString()
H A DUUID.h68 std::string GetAsString(llvm::StringRef separator = "-") const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DUUID.cpp39 std::string UUID::GetAsString(llvm::StringRef separator) const { in GetAsString() function in UUID
54 void UUID::Dump(Stream *s) const { s->PutCString(GetAsString()); } in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp240 OptionValueString *OptionValue::GetAsString() { in GetAsString() function in OptionValue
246 const OptionValueString *OptionValue::GetAsString() const { in GetAsString() function in OptionValue
411 const OptionValueString *option_value = GetAsString(); in GetStringValue()
418 OptionValueString *option_value = GetAsString(); in SetStringValue()
H A DOptionValueUUID.cpp84 request.AddCompletion(module_uuid.GetAsString()); in AutoComplete()
H A DOptionValueProperties.cpp496 return value_sp->GetAsString(); in GetPropertyAtIndexAsOptionValueString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h247 OptionValueString *GetAsString();
249 const OptionValueString *GetAsString() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp493 ->GetAsString() in FormatDescription()
618 ->GetAsString() in GenerateSummary()
663 ->GetAsString() in GenerateSummary()
762 ->GetAsString() in GetLocationDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp197 ->GetAsString() in FormatDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp175 ->GetAsString() in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp651 module->GetUUID().GetAsString().c_str(), in LogUUIDAndPaths()
922 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
1002 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
H A DFormatEntity.cpp1055 s.Format("{0}", value->GetAsString()->GetValue()); in FormatThreadExtendedInfoRecurse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp308 uuid_str = module_uuid.GetAsString(""); in LocateExecutableSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1084 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_qModuleInfo()
1148 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_jModulesInfo()
H A DProcessGDBRemote.cpp391 if (auto triple_string_value = triple_value->GetAsString()) { in ParsePythonTargetDefinition()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp172 uuid_cstr = ConstString(module_sp->GetUUID().GetAsString()).GetCString(); in GetUUIDString()
H A DSBThread.cpp562 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str()); in GetInfoItemByPathAsString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1037 options_property_sp->GetAsString()->GetCurrentValue(); in ParseAutoEnableOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2921 uuid_str = module_spec.GetUUID().GetAsString(); in DoExecute()