Home
last modified time | relevance | path

Searched refs:uuid_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp74 llvm::SmallVectorImpl<uint8_t> &uuid_bytes) { in DecodeUUIDBytesFromString() argument
75 uuid_bytes.clear(); in DecodeUUIDBytesFromString()
81 uuid_bytes.push_back((hi_nibble << 4) + lo_nibble); in DecodeUUIDBytesFromString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp68 llvm::SmallVector<uint8_t, 20> uuid_bytes; in AutoComplete() local
69 if (!UUID::DecodeUUIDBytesFromString(prefix, uuid_bytes).empty()) in AutoComplete()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h103 llvm::SmallVectorImpl<uint8_t> &uuid_bytes);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp160 const uint8_t *uuid_bytes = nullptr; in GetUUIDBytes() local
163 uuid_bytes = module_sp->GetUUID().GetBytes().data(); in GetUUIDBytes()
165 return uuid_bytes; in GetUUIDBytes()