Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/include/lld/Common/
H A DFilesystem.h17 std::error_code tryCreateFile(StringRef path);
/llvm-project-15.0.7/lld/Common/
H A DFilesystem.cpp123 std::error_code lld::tryCreateFile(StringRef path) { in tryCreateFile() function in lld
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp903 if (auto e = tryCreateFile(config->outputFile)) in linkerMain()
905 if (auto e = tryCreateFile(config->mapFile)) in linkerMain()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp2447 if (auto e = tryCreateFile(config->outputFile)) in link()
2450 if (auto e = tryCreateFile(config->mapFile)) in link()
2452 if (auto e = tryCreateFile(config->whyExtract)) in link()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp2128 if (auto e = tryCreateFile(config->outputFile)) { in linkerMain()