Home
last modified time | relevance | path

Searched refs:openFile (Results 1 – 19 of 19) sorted by relevance

/src/contrib/llvm-project/lld/MachO/
H A DLTO.cpp86 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 DWriter.cpp59 void openFile();
1157 void Writer::openFile() { in openFile() function in Writer
1272 openFile(); in writeOutputFile()
/src/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp135 std::unique_ptr<raw_fd_ostream> lld::openFile(StringRef file) { in openFile() function in lld
156 return openFile(file); in openLTOOutputFile()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp173 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler()
294 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); in thinLTOCreateEmptyIndexFiles()
302 openFile(path + ".imports"); in thinLTOCreateEmptyIndexFiles()
339 openFile(path + ".thinlto.bc"); in compile()
341 openFile(path + ".imports"); in compile()
H A DWriter.cpp76 void openFile();
353 openFile(); in run()
2746 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
/src/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp208 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() argument
209 auto Result = getFileRef(Filename, openFile, CacheFailure); in getFile()
216 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { in getFileRef() argument
262 openFile ? &F : nullptr); in getFileRef()
273 assert((openFile || !F) && "undesired open file"); in getFileRef()
352 } else if (!openFile) { in getFileRef()
/src/contrib/llvm-project/lld/COFF/
H A DLTO.cpp114 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
202 openFile(path + ".thinlto.bc"); in compile()
204 openFile(path + ".imports"); in compile()
H A DWriter.cpp233 void openFile(StringRef outputPath);
757 openFile(ctx.config.outputFile); in run()
1781 void Writer::openFile(StringRef path) { in openFile() function in Writer
/src/contrib/llvm-project/lld/include/lld/Common/
H A DFilesystem.h20 std::unique_ptr<llvm::raw_fd_ostream> openFile(StringRef file);
/src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp61 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
119 std::unique_ptr<MemoryBuffer> MB = openFile(DefFileName); in parseModuleDefinition()
/src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp97 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
378 openFile(Args.getLastArg(OPT_deffile)->getValue()); in libDriverMain()
401 openFile(Args.getLastArg(OPT_nativedeffile)->getValue()); in libDriverMain()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h77 static llvm::Expected<GsymReader> openFile(StringRef Path);
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h962 std::error_code openFile(const Twine &Name, int &ResultFD,
1065 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode);
1107 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp33 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in openFile() function in GsymReader
H A DDwarfTransformer.cpp641 auto Gsym = GsymReader::openFile(GsymPath); in verify()
/src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1015 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);
/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1069 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp841 EC = sys::fs::openFile(DumpIRFilename, Result, sys::fs::CD_OpenAlways, in prepareDumpIRFileDescriptor()
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1250 std::error_code openFile(const Twine &Name, int &ResultFD,