Home
last modified time | relevance | path

Searched refs:SetUUIDBytes (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModuleSpec.i89 SetUUIDBytes (const uint8_t *uuid, size_t uuid_len);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModuleSpec.h78 bool SetUUIDBytes(const uint8_t *uuid, size_t uuid_len);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp135 bool SBModuleSpec::SetUUIDBytes(const uint8_t *uuid, size_t uuid_len) { in SetUUIDBytes() function in SBModuleSpec