Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp74 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 DThread.cpp1808 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 DPlatform.cpp1647 __FUNCTION__, module_spec.GetUUID().GetAsString().c_str(), in GetCachedSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp48 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 DReproducerProvider.cpp149 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 DStructuredData.h130 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 DUUID.h81 std::string GetAsString(llvm::StringRef separator = "-") const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp238 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 DOptionValueUUID.cpp79 request.TryCompleteCurrentArg(module_uuid.GetAsString()); in AutoComplete()
H A DOptionValueProperties.cpp452 return value_sp->GetAsString(); in GetPropertyAtIndexAsOptionValueString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp116 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 DLocateSymbolFile.cpp312 uuid_str = module_uuid.GetAsString(""); in LocateExecutableSymbolFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h238 OptionValueString *GetAsString();
240 const OptionValueString *GetAsString() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp494 ->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 DInstrumentationRuntimeASan.cpp197 ->GetAsString() in FormatDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp180 ->GetAsString() in NotifyBreakpointHit()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp191 << 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 DModuleList.cpp622 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 DFormatEntity.cpp1025 s.Format("{0}", value->GetAsString()->GetValue()); in FormatThreadExtendedInfoRecurse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1055 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 DCommandCompletions.cpp538 request.TryCompleteCurrentArg(module->GetUUID().GetAsString(), in ModuleUUIDs()
H A DCommandObjectTarget.cpp2805 uuid_str = module_spec.GetUUID().GetAsString(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp178 uuid_cstr = ConstString(module_sp->GetUUID().GetAsString()).GetCString(); in GetUUIDString()
H A DSBThread.cpp470 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str()); in GetInfoItemByPathAsString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp994 options_property_sp->GetAsString()->GetCurrentValue(); in ParseAutoEnableOptions()

12