Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
HDObjectFileJSON.cpp82 uuid.SetFromStringRef(header.uuid); in CreateInstance()
140 uuid.SetFromStringRef(header.uuid); in GetModuleSpecifications()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueUUID.cpp41 if (!m_uuid.SetFromStringRef(value)) in SetValueFromString()
HDProperty.cpp211 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDUUID.cpp97 bool UUID::SetFromStringRef(llvm::StringRef str) { in SetFromStringRef() function in UUID
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDUUID.h73 bool SetFromStringRef(llvm::StringRef str);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPTBundleLoader.cpp47 module_spec.GetUUID().SetFromStringRef(*module.uuid); in ParseModule()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.cpp462 module_spec.GetUUID().SetFromStringRef(value); in GetLoadedDynamicLibrariesInfos()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDBreakpadRecords.cpp218 if (Str.empty() || !ID.SetFromStringRef(Str)) in parse()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.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-13-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp1509 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()