Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Common/
DFilesystem.h17 std::error_code tryCreateFile(StringRef path);
/external/llvm-project/lld/Common/
DFilesystem.cpp123 std::error_code lld::tryCreateFile(StringRef path) { in tryCreateFile() function in lld
/external/llvm-project/lld/wasm/
DDriver.cpp864 if (auto e = tryCreateFile(config->outputFile)) in link()
866 if (auto e = tryCreateFile(config->mapFile)) in link()
/external/llvm-project/lld/ELF/
DDriver.cpp2044 if (auto e = tryCreateFile(config->outputFile)) in link()
2047 if (auto e = tryCreateFile(config->mapFile)) in link()
/external/llvm-project/lld/COFF/
DDriver.cpp1919 if (auto e = tryCreateFile(config->outputFile)) { in link()