Home
last modified time | relevance | path

Searched refs:getHostID (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp82 static std::error_code getHostID(SmallVectorImpl<char> &HostID) { in getHostID() function
116 if (getHostID(StoredHostID)) in processStillExecuting()
192 if (auto EC = getHostID(HostID)) { in LockFileManager()