Home
last modified time | relevance | path

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

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