Home
last modified time | relevance | path

Searched refs:SetFromStringRef (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp96 bool UUID::SetFromStringRef(llvm::StringRef str) { in SetFromStringRef() function in UUID
115 bool result = SetFromStringRef(str); in SetFromOptionalStringRef()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp41 if (!m_uuid.SetFromStringRef(value)) in SetValueFromString()
H A DProperty.cpp207 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h83 bool SetFromStringRef(llvm::StringRef str);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp42 module_spec.GetUUID().SetFromStringRef(*module.uuid); in ParseModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp208 if (Str.empty() || !ID.SetFromStringRef(Str)) in parse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3678 module_spec.GetUUID().SetFromStringRef(uuid); in GetModuleInfo()
3714 if (!result.GetUUID().SetFromStringRef(string)) in ParseModuleSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1631 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()