LLVM 20.0.0git
|
#include "llvm/Support/LockFileManager.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/ExponentialBackoff.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/raw_ostream.h"
#include <cerrno>
#include <chrono>
#include <ctime>
#include <memory>
#include <sys/stat.h>
#include <sys/types.h>
#include <system_error>
#include <thread>
#include <tuple>
Go to the source code of this file.
Macros | |
#define | USE_OSX_GETHOSTUUID 0 |
Functions | |
static std::error_code | getHostID (SmallVectorImpl< char > &HostID) |
#define USE_OSX_GETHOSTUUID 0 |
Definition at line 40 of file LockFileManager.cpp.
|
static |
Definition at line 82 of file LockFileManager.cpp.
References llvm::SmallVectorImpl< T >::append(), llvm::StringRef::begin(), llvm::SmallVectorImpl< T >::clear(), llvm::StringRef::end(), and llvm::errnoAsErrorCode().
Referenced by llvm::LockFileManager::LockFileManager().