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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp50 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { function in namespace:lld::elf
119 if (std::unique_ptr<raw_fd_ostream> os = openFile(config->outputFile))
134 indexFile = openFile(config->thinLTOIndexOnlyArg);
224 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc");
232 openFile(path + ".imports");
265 openFile(path + ".thinlto.bc");
267 openFile(path + ".imports");
H A DWriter.cpp72 void openFile();
601 openFile();
2578 template <class ELFT> void Writer<ELFT>::openFile() { function in class:lld::elf::Writer
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DLTO.cpp46 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { function in namespace:lld::coff
95 indexFile = openFile(config->thinLTOIndexOnlyArg);
171 openFile(path + ".thinlto.bc");
173 openFile(path + ".imports");
H A DDriver.h86 MemoryBufferRef openFile(StringRef path);
H A DWriter.cpp207 void openFile(StringRef outputPath);
608 openFile(config->outputFile);
1474 void Writer::openFile(StringRef path) { function in class:lld::coff::Writer
/freebsd-12-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-12-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-12-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);
217 /// Called by both openFile() and copyBuffer(), this function does all of the
/freebsd-12-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
/freebsd-12-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);

Completed in 188 milliseconds