Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DUUID.cpp93 size_t UUID::SetFromStringRef(llvm::StringRef str, uint32_t num_uuid_bytes) { in SetFromStringRef() function in UUID
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueUUID.cpp42 if (m_uuid.SetFromStringRef(value) == 0) in SetValueFromString()
H A DProperty.cpp195 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DUUID.h70 size_t SetFromStringRef(llvm::StringRef str, uint32_t num_uuid_bytes = 16);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp170 if (uuid.SetFromStringRef(token, token.size() / 2) != token.size()) in parse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3540 module_spec.GetUUID().SetFromStringRef(uuid, uuid.size() / 2); in GetModuleInfo()
3576 if (result.GetUUID().SetFromStringRef(string, string.size() / 2) != in ParseModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1554 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()