Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBModuleSpec.i89 SetUUIDBytes (const uint8_t *uuid, size_t uuid_len);
/external/llvm-project/lldb/include/lldb/API/
DSBModuleSpec.h78 bool SetUUIDBytes(const uint8_t *uuid, size_t uuid_len);
/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp139 bool SBModuleSpec::SetUUIDBytes(const uint8_t *uuid, size_t uuid_len) { in SetUUIDBytes() function in SBModuleSpec