LLVM  3.7.0
Macros | Functions
LockFileManager.cpp File Reference
#include "llvm/Support/LockFileManager.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/Signals.h"
#include <sys/stat.h>
#include <sys/types.h>
Include dependency graph for LockFileManager.cpp:

Go to the source code of this file.

Macros

#define USE_OSX_GETHOSTUUID   0
 

Functions

static std::error_code getHostID (SmallVectorImpl< char > &HostID)
 

Macro Definition Documentation

#define USE_OSX_GETHOSTUUID   0

Definition at line 28 of file LockFileManager.cpp.

Function Documentation

static std::error_code getHostID ( SmallVectorImpl< char > &  HostID)
static