Searched refs:SetFromStringRef (Results 1 – 8 of 8) sorted by relevance
96 bool UUID::SetFromStringRef(llvm::StringRef str) { in SetFromStringRef() function in UUID115 bool result = SetFromStringRef(str); in SetFromOptionalStringRef()
41 if (!m_uuid.SetFromStringRef(value)) in SetValueFromString()
207 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
83 bool SetFromStringRef(llvm::StringRef str);
42 module_spec.GetUUID().SetFromStringRef(*module.uuid); in ParseModule()
208 if (Str.empty() || !ID.SetFromStringRef(Str)) in parse()
3678 module_spec.GetUUID().SetFromStringRef(uuid); in GetModuleInfo()3714 if (!result.GetUUID().SetFromStringRef(string)) in ParseModuleSpec()
1631 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()