LLDB mainline
|
#include "lldb/Utility/UUID.h"
#include "lldb/Utility/Stream.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Format.h"
#include <cctype>
#include <cstdio>
#include <cstring>
Go to the source code of this file.
Functions | |
static bool | separate (size_t count) |
static int | xdigit_to_int (char ch) |
|
inlinestatic |
Definition at line 24 of file UUID.cpp.
Referenced by lldb_private::UUID::GetAsString(), and lldb_private::ProcessLaunchInfo::SetLaunchInSeparateProcessGroup().
|
inlinestatic |
Definition at line 66 of file UUID.cpp.
Referenced by lldb_private::UUID::DecodeUUIDBytesFromString().