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

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
H A DFilesystem.h17 std::error_code tryCreateFile(StringRef path);
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp123 std::error_code lld::tryCreateFile(StringRef path) { function in class:lld
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1885 if (auto e = tryCreateFile(config->outputFile))
1887 if (auto e = tryCreateFile(config->mapFile))
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1804 if (auto e = tryCreateFile(config->outputFile)) {

Completed in 58 milliseconds