Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp82 uuid.SetFromStringRef(header.uuid); in CreateInstance()
140 uuid.SetFromStringRef(header.uuid); in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp41 if (!m_uuid.SetFromStringRef(value)) in SetValueFromString()
H A DProperty.cpp211 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h73 bool SetFromStringRef(llvm::StringRef str);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp97 bool UUID::SetFromStringRef(llvm::StringRef str) { in SetFromStringRef() function in UUID
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp47 module_spec.GetUUID().SetFromStringRef(*module.uuid); in ParseModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp462 module_spec.GetUUID().SetFromStringRef(value); in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp218 if (Str.empty() || !ID.SetFromStringRef(Str)) in parse()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2192 m_process_standalone_uuid.SetFromStringRef(value); in GetCurrentProcessInfo()
3872 module_spec.GetUUID().SetFromStringRef(uuid); in GetModuleInfo()
3908 if (!result.GetUUID().SetFromStringRef(string)) in ParseModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1509 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()