Searched refs:openFile (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | LTO.cpp | 50 static std::unique_ptr<raw_fd_ostream> openFile(StringRef File) { in openFile() function 108 if (std::unique_ptr<raw_fd_ostream> OS = openFile(Config->OutputFile)) in createConfig() 123 IndexFile = openFile(Config->ThinLTOIndexOnlyArg); in BitcodeCompiler() 211 std::unique_ptr<raw_fd_ostream> OS = openFile(Path + ".thinlto.bc"); in createEmptyIndex() 220 openFile(Path + ".imports"); in createEmptyIndex() 251 openFile(Path + ".thinlto.bc"); in compile() 253 openFile(Path + ".imports"); in compile()
|
| H A D | Writer.cpp | 70 void openFile(); 514 openFile(); in run() 2445 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 58 static std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function 120 openFile(Args.getLastArg(OPT_d)->getValue()); in dlltoolDriverMain()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | FileManager.cpp | 183 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, in getFile() argument 225 if (getStatValue(InterndFileName, Data, true, openFile ? &F : nullptr)) { in getFile() 233 assert((openFile || !F) && "undesired open file"); in getFile()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Driver.h | 85 MemoryBufferRef openFile(StringRef Path);
|
| H A D | Writer.cpp | 181 void openFile(StringRef OutputPath); 540 openFile(Config->OutputFile); in run() 1308 void Writer::openFile(StringRef Path) { in openFile() function in Writer
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 913 std::error_code openFile(const Twine &Name, int &ResultFD, 954 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode); 996 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 833 std::error_code openFile(const Twine &Name, int &ResultFD, 860 std::error_code EC = openFile(Name, FD, Disp, Access, Flags, Mode); 870 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1158 std::error_code openFile(const Twine &Name, int &ResultFD,
|