Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
HDFilesystem.h17 std::error_code tryCreateFile(StringRef path);
/freebsd-11-stable/contrib/llvm-project/lld/Common/
HDFilesystem.cpp93 std::error_code lld::tryCreateFile(StringRef path) { in tryCreateFile() function in lld
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDDriver.cpp1748 if (auto e = tryCreateFile(config->outputFile)) in link()
1750 if (auto e = tryCreateFile(config->mapFile)) in link()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDDriver.cpp1760 if (auto e = tryCreateFile(config->outputFile)) { in link()