Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp75 return JoinPath(modules_dir_spec, uuid.GetAsString().c_str()); in GetModuleDirectory()
99 module_uuid.GetAsString().c_str(), error.AsCString()); in DeleteExistingModule()
160 m_file_spec = JoinPath(lock_dir_spec, uuid.GetAsString().c_str()); in ModuleLock()
219 m_loaded_modules.find(module_spec.GetUUID().GetAsString()); in Get()
264 std::make_pair(module_spec.GetUUID().GetAsString(), cached_module_sp)); in Get()
285 module_spec.GetUUID().GetAsString().c_str(), in GetAndPut()
H A DStatistics.cpp224 module_stat.uuid = module->GetUUID().GetAsString(); in ReportStatistics()
H A DThread.cpp1821 name->GetAsString()->GetValue(), in GetDescription()
1837 breadcrumb_text->GetAsString()->GetValue()); in GetDescription()
1857 strm.Format(" {0}\n", message_text->GetAsString()->GetValue()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp150 path, uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
172 path, uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
180 CFCString uuid_cfstr(uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
198 uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
218 uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
231 path, uuid->GetAsString().c_str()); in LocateExecutableObjectFile()
592 path, uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols()
614 path, uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols()
640 uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols()
660 uuid->GetAsString().c_str()); in LocateMacOSXFilesUsingDebugSymbols()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp274 name.str().c_str(), uuid.GetAsString().c_str(), in LoadBinaryWithUUIDAndAddress()
283 name.str().c_str(), uuid.GetAsString().c_str()); in LoadBinaryWithUUIDAndAddress()
292 name.str().c_str(), uuid.GetAsString().c_str(), value); in LoadBinaryWithUUIDAndAddress()
310 s.Printf(" with UUID %s", uuid.GetAsString().c_str()); in LoadBinaryWithUUIDAndAddress()
322 name.str().c_str(), uuid.GetAsString().c_str(), in LoadBinaryWithUUIDAndAddress()
H A DModuleList.cpp658 module->GetUUID().GetAsString().c_str(), in LogUUIDAndPaths()
932 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
1012 uuid_str = uuid_ptr->GetAsString(); in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp49 std::string UUID::GetAsString(llvm::StringRef separator) const { in GetAsString() function in UUID
64 void UUID::Dump(Stream &s) const { s.PutCString(GetAsString()); } in Dump()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp237 OptionValueString *OptionValue::GetAsString() { in GetAsString() function in OptionValue
243 const OptionValueString *OptionValue::GetAsString() const { in GetAsString() function in OptionValue
417 if (const OptionValueString *option_value = GetAsString()) in GetStringValue()
424 if (OptionValueString *option_value = GetAsString()) { in SetStringValue()
H A DOptionValueUUID.cpp79 request.TryCompleteCurrentArg(module_uuid.GetAsString()); in AutoComplete()
H A DOptionValueProperties.cpp286 return value_sp->GetAsString(); in GetPropertyAtIndexAsOptionValueString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h33 return m_uuid.GetAsString(); in ToJSON()
H A DOptionValue.h239 OptionValueString *GetAsString();
240 const OptionValueString *GetAsString() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h152 String *GetAsString() { in GetAsString() function
159 String *s = GetAsString();
239 if (auto *string_value = item_sp->GetAsString()) in GetItemAtIndexAsString()
468 if (auto string_value = value_sp->GetAsString()) { in GetValueForKeyAsString()
H A DUUID.h71 std::string GetAsString(llvm::StringRef separator = "-") const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp79 return obj->GetAsString()->GetValue().str(); in GetRegisterContextForTID()
H A DScriptedThreadPythonInterface.cpp123 return obj->GetAsString()->GetValue().str(); in GetRegisterContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp495 ->GetAsString() in FormatDescription()
620 ->GetAsString() in GenerateSummary()
665 ->GetAsString() in GenerateSummary()
761 ->GetAsString() in GetLocationDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp232 uuid_str += memory_module_sp->GetUUID().GetAsString(); in CheckForKernelImageAtAddress()
331 s.Printf("Kernel UUID: %s\n", m_uuid.GetAsString().c_str()); in LoadImageUsingMemoryModule()
374 m_name.c_str(), m_uuid.GetAsString().c_str()); in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp153 uuid_str = module_uuid.GetAsString(""); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp148 ->GetAsString() in FormatDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp176 ->GetAsString() in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp201 << R.ID.GetAsString(); in operator <<()
226 return OS << "INFO CODE_ID " << R.ID.GetAsString(); in operator <<()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp286 JSONUINT64{load_addr}, module_sp->GetUUID().GetAsString()}); in BuildModulesSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1117 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_qModuleInfo()
1185 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_jModulesInfo()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp185 ConstString(module_sp->GetUUID().GetAsString()).GetCString(); in GetUUIDString()

12