Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DOptionValueUUID.cpp41 if (!m_uuid.SetFromStringRef(value)) in SetValueFromString()
DProperty.cpp211 uuid.SetFromStringRef(definition.default_cstr_value); in Property()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DUUID.cpp97 bool UUID::SetFromStringRef(llvm::StringRef str) { in SetFromStringRef() function in UUID
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DUUID.h73 bool SetFromStringRef(llvm::StringRef str);
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp577 uuid.SetFromStringRef(uuid_str); in GetSharedCacheInformation()
DDynamicLoaderDarwin.cpp504 image_infos[i].uuid.SetFromStringRef( in JSONImageInformationIntoImageInfo()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp284 ident_uuid.SetFromStringRef(uuid_str); in LoadBinariesViaMetadata()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
DBreakpadRecords.cpp216 if (Str.empty() || !ID.SetFromStringRef(Str)) in parse()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp2171 m_process_standalone_uuid.SetFromStringRef(value); in GetCurrentProcessInfo()
3802 module_spec.GetUUID().SetFromStringRef(uuid); in GetModuleInfo()
3838 if (!result.GetUUID().SetFromStringRef(string)) in ParseModuleSpec()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp447 if (!uuid.SetFromStringRef(uuid_str)) { in GetUUID()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTarget.cpp1487 module_spec.GetUUID().SetFromStringRef(uuid_cstr); in AddModule()