Searched refs:openFile (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp45 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { function
95 indexFile = openFile(config->thinLTOIndexOnlyArg);
173 openFile(path + ".thinlto.bc");
175 openFile(path + ".imports");
H A DDriver.h100 MemoryBufferRef openFile(StringRef path);
H A DWriter.cpp218 void openFile(StringRef outputPath);
622 openFile(config->outputFile);
1500 void Writer::openFile(StringRef path) { function in class:Writer
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp49 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { function
154 if (std::unique_ptr<raw_fd_ostream> os = openFile(config->outputFile))
172 indexFile = openFile(config->thinLTOIndexOnlyArg);
264 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc");
272 openFile(path + ".imports");
306 openFile(path + ".thinlto.bc");
308 openFile(path + ".imports");
H A DWriter.cpp76 void openFile();
622 // checkSections() or openFile() fails, for example, due to an erroneous file
635 openFile();
2811 template <class ELFT> void Writer<ELFT>::openFile() { function in class:Writer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp57 static std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { function
113 openFile(Args.getLastArg(OPT_d)->getValue());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp195 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { argument
196 auto Result = getFileRef(Filename, openFile, CacheFailure);
203 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { argument
219 return getFileRef(*Value.get<const StringRef *>(), openFile, CacheFailure);
254 openFile ? &F : nullptr);
265 assert((openFile || !F) && "undesired open file");
328 } else if (!openFile) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h45 /// instance: GsymReader::openFile(...) and GsymReader::copyBuffer(...).
80 static llvm::Expected<GsymReader> openFile(StringRef Path);
276 /// Called by both openFile() and copyBuffer(), this function does all of the
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DWriter.cpp48 void openFile();
468 void Writer::openFile() {
523 openFile();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h951 std::error_code openFile(const Twine &Name, int &ResultFD,
1035 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode);
1077 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp34 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { function in class:GsymReader
202 // The only way to get a GsymReader is from GsymReader::openFile(...) or
H A DDwarfTransformer.cpp482 auto Gsym = GsymReader::openFile(GsymPath);

Completed in 184 milliseconds