| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 49 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { in openFile() function 70 return openFile(file); in openLTOOutputFile() 188 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler() 285 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); in thinLTOCreateEmptyIndexFiles() 293 openFile(path + ".imports"); in thinLTOCreateEmptyIndexFiles() 327 openFile(path + ".thinlto.bc"); in compile() 329 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 76 void openFile(); 643 openFile(); in run() 2908 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 45 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { in openFile() function 100 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler() 183 openFile(path + ".thinlto.bc"); in compile() 185 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 221 void openFile(StringRef outputPath); 630 openFile(config->outputFile); in run() 1530 void Writer::openFile(StringRef path) { in openFile() function in Writer
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 196 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() argument 197 auto Result = getFileRef(Filename, openFile, CacheFailure); in getFile() 204 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { in getFileRef() argument 256 openFile ? &F : nullptr); in getFileRef() 267 assert((openFile || !F) && "undesired open file"); in getFileRef() 334 } else if (!openFile) { in getFileRef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 57 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function 141 openFile(Args.getLastArg(OPT_d)->getValue()); in dlltoolDriverMain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymReader.h | 77 static llvm::Expected<GsymReader> openFile(StringRef Path);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 959 std::error_code openFile(const Twine &Name, int &ResultFD, 1043 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode); 1085 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Writer.cpp | 59 void openFile(); 1045 void Writer::openFile() { in openFile() function in Writer 1089 openFile(); in writeOutputFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymReader.cpp | 34 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in openFile() function in GsymReader
|
| H A D | DwarfTransformer.cpp | 487 auto Gsym = GsymReader::openFile(GsymPath); in verify()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 985 std::error_code openFile(const Twine &Name, int &ResultFD, 1094 std::error_code EC = openFile(Name, FD, Disp, Access, Flags, Mode); 1104 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1195 std::error_code openFile(const Twine &Name, int &ResultFD,
|