| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 75 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 D | Thread.cpp | 2003 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 D | Platform.cpp | 1671 __FUNCTION__, module_spec.GetUUID().GetAsString().c_str(), in GetCachedSharedModule()
|
| H A D | Process.cpp | 6099 auto type_name = object->GetAsString(); in MapSupportedStructuredDataPlugins()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 134 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 D | UUID.h | 68 std::string GetAsString(llvm::StringRef separator = "-") const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | UUID.cpp | 39 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 D | OptionValue.cpp | 240 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 D | OptionValueUUID.cpp | 84 request.AddCompletion(module_uuid.GetAsString()); in AutoComplete()
|
| H A D | OptionValueProperties.cpp | 496 return value_sp->GetAsString(); in GetPropertyAtIndexAsOptionValueString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 247 OptionValueString *GetAsString(); 249 const OptionValueString *GetAsString() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 493 ->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 D | ASanRuntime.cpp | 197 ->GetAsString() in FormatDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 175 ->GetAsString() in NotifyBreakpointHit()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ModuleList.cpp | 651 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 D | FormatEntity.cpp | 1055 s.Format("{0}", value->GetAsString()->GetValue()); in FormatThreadExtendedInfoRecurse()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Symbols.cpp | 308 uuid_str = module_uuid.GetAsString(""); in LocateExecutableSymbolFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1084 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 D | ProcessGDBRemote.cpp | 391 if (auto triple_string_value = triple_value->GetAsString()) { in ParsePythonTargetDefinition()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModule.cpp | 172 uuid_cstr = ConstString(module_sp->GetUUID().GetAsString()).GetCString(); in GetUUIDString()
|
| H A D | SBThread.cpp | 562 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str()); in GetInfoItemByPathAsString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1037 options_property_sp->GetAsString()->GetCurrentValue(); in ParseAutoEnableOptions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 2921 uuid_str = module_spec.GetUUID().GetAsString(); in DoExecute()
|