Home
last modified time | relevance | path

Searched defs:uuid_t (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DAppleUuidCompatibility.h15 typedef unsigned char uuid_t[16]; typedef
/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h296 using uuid_t = uint8_t[16]; variable
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp101 using uuid_t = uint8_t[16]; in parseModuleId() typedef