|
LLVM
3.7.0
|
#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>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 28 of file LockFileManager.cpp.
|
static |
Definition at line 69 of file LockFileManager.cpp.
References llvm::SmallVectorImpl< T >::append(), llvm::StringRef::begin(), llvm::SmallVectorImpl< T >::clear(), llvm::NVPTXISD::Dummy, and llvm::StringRef::end().
Referenced by llvm::LockFileManager::LockFileManager().
1.8.6