| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 74 return JoinPath(modules_dir_spec, uuid.GetAsString().c_str()); in GetModuleDirectory() 98 module_uuid.GetAsString().c_str(), error.AsCString()); in DeleteExistingModule() 159 m_file_spec = JoinPath(lock_dir_spec, uuid.GetAsString().c_str()); in ModuleLock() 218 m_loaded_modules.find(module_spec.GetUUID().GetAsString()); in Get() 263 std::make_pair(module_spec.GetUUID().GetAsString(), cached_module_sp)); in Get() 284 module_spec.GetUUID().GetAsString().c_str(), in GetAndPut()
|
| H A D | Thread.cpp | 1808 name->GetAsString()->GetValue(), in GetDescription() 1824 breadcrumb_text->GetAsString()->GetValue()); in GetDescription() 1844 strm.Format(" {0}\n", message_text->GetAsString()->GetValue()); in GetDescription()
|
| H A D | Platform.cpp | 1647 __FUNCTION__, module_spec.GetUUID().GetAsString().c_str(), in GetCachedSharedModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | UUID.cpp | 48 std::string UUID::GetAsString(llvm::StringRef separator) const { in GetAsString() function in UUID 63 void UUID::Dump(Stream *s) const { s->PutCString(GetAsString()); } in Dump()
|
| H A D | ReproducerProvider.cpp | 149 m_symbol_files.emplace_back(uuid->GetAsString(), module_file.GetPath(), in AddSymbolFile() 192 SymbolFileProvider::Entry(uuid->GetAsString())); in GetPaths()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 130 String *GetAsString() { in GetAsString() function 137 String *s = GetAsString(); 219 if (auto string_value = value_sp->GetAsString()) { in GetItemAtIndexAsString() 238 if (auto string_value = value_sp->GetAsString()) { in GetItemAtIndexAsString() 427 if (auto string_value = value_sp->GetAsString()) { in GetValueForKeyAsString() 451 if (auto string_value = value_sp->GetAsString()) { in GetValueForKeyAsString()
|
| H A D | UUID.h | 81 std::string GetAsString(llvm::StringRef separator = "-") const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValue.cpp | 238 OptionValueString *OptionValue::GetAsString() { in GetAsString() function in OptionValue 244 const OptionValueString *OptionValue::GetAsString() const { in GetAsString() function in OptionValue 409 const OptionValueString *option_value = GetAsString(); in GetStringValue() 416 OptionValueString *option_value = GetAsString(); in SetStringValue()
|
| H A D | OptionValueUUID.cpp | 79 request.TryCompleteCurrentArg(module_uuid.GetAsString()); in AutoComplete()
|
| H A D | OptionValueProperties.cpp | 452 return value_sp->GetAsString(); in GetPropertyAtIndexAsOptionValueString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 116 path, uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols() 139 path, uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols() 147 CFCString uuid_cfstr(uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols() 159 path, uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols() 584 uuid_str = uuid_ptr->GetAsString(); in DownloadObjectAndSymbolFile()
|
| H A D | LocateSymbolFile.cpp | 312 uuid_str = module_uuid.GetAsString(""); in LocateExecutableSymbolFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 238 OptionValueString *GetAsString(); 240 const OptionValueString *GetAsString() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 494 ->GetAsString() in FormatDescription() 618 ->GetAsString() in GenerateSummary() 663 ->GetAsString() in GenerateSummary() 762 ->GetAsString() in GetLocationDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 197 ->GetAsString() in FormatDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 180 ->GetAsString() in NotifyBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.cpp | 191 << R.ID.GetAsString(); in operator <<() 216 return OS << "INFO CODE_ID " << R.ID.GetAsString(); in operator <<()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 622 module->GetUUID().GetAsString().c_str(), in LogUUIDAndPaths() 894 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule() 974 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
|
| H A D | FormatEntity.cpp | 1025 s.Format("{0}", value->GetAsString()->GetValue()); in FormatThreadExtendedInfoRecurse()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1055 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_qModuleInfo() 1122 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_jModulesInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 538 request.TryCompleteCurrentArg(module->GetUUID().GetAsString(), in ModuleUUIDs()
|
| H A D | CommandObjectTarget.cpp | 2805 uuid_str = module_spec.GetUUID().GetAsString(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 178 uuid_cstr = ConstString(module_sp->GetUUID().GetAsString()).GetCString(); in GetUUIDString()
|
| H A D | SBThread.cpp | 470 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str()); in GetInfoItemByPathAsString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 994 options_property_sp->GetAsString()->GetCurrentValue(); in ParseAutoEnableOptions()
|