| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 86 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler() 176 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); in thinLTOCreateEmptyIndexFiles() 184 openFile(path + ".imports"); in thinLTOCreateEmptyIndexFiles() 218 openFile(path + ".thinlto.bc"); in compile() 220 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 59 void openFile(); 1143 void Writer::openFile() { in openFile() function in Writer 1259 openFile(); in writeOutputFile()
|
| /freebsd-14.2/contrib/llvm-project/lld/Common/ |
| H A D | Filesystem.cpp | 135 std::unique_ptr<raw_fd_ostream> lld::openFile(StringRef file) { in openFile() function in lld 156 return openFile(file); in openLTOOutputFile()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 171 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler() 292 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); in thinLTOCreateEmptyIndexFiles() 300 openFile(path + ".imports"); in thinLTOCreateEmptyIndexFiles() 337 openFile(path + ".thinlto.bc"); in compile() 339 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 75 void openFile(); 648 openFile(); in run() 2947 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 198 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() argument 199 auto Result = getFileRef(Filename, openFile, CacheFailure); in getFile() 206 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { in getFileRef() argument 252 openFile ? &F : nullptr); in getFileRef() 263 assert((openFile || !F) && "undesired open file"); in getFileRef() 364 } else if (!openFile) { in getFileRef()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 113 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler() 201 openFile(path + ".thinlto.bc"); in compile() 203 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 233 void openFile(StringRef outputPath); 757 openFile(ctx.config.outputFile); in run() 1777 void Writer::openFile(StringRef path) { in openFile() function in Writer
|
| /freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Filesystem.h | 20 std::unique_ptr<llvm::raw_fd_ostream> openFile(StringRef file);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 61 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function 145 openFile(Args.getLastArg(OPT_d)->getValue()); in dlltoolDriverMain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymReader.h | 77 static llvm::Expected<GsymReader> openFile(StringRef Path);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 97 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function 377 openFile(Args.getLastArg(OPT_deffile)->getValue()); in libDriverMain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 963 std::error_code openFile(const Twine &Name, int &ResultFD, 1066 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode); 1108 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymReader.cpp | 33 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in openFile() function in GsymReader
|
| H A D | DwarfTransformer.cpp | 613 auto Gsym = GsymReader::openFile(GsymPath); in verify()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 1015 std::error_code openFile(const Twine &Name, int &ResultFD, 1124 std::error_code EC = openFile(Name, FD, Disp, Access, Flags, Mode); 1134 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 1040 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 788 EC = sys::fs::openFile(DumpIRFilename, Result, sys::fs::CD_OpenAlways, in prepareDumpIRFileDescriptor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1244 std::error_code openFile(const Twine &Name, int &ResultFD,
|