Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp85 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.cpp58 void openFile();
1186 void Writer::openFile() { in openFile() function in Writer
1301 openFile(); in writeOutputFile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp171 indexFile = openFile(ctx.arg.thinLTOIndexOnlyArg); in BitcodeCompiler()
299 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); in thinLTOCreateEmptyIndexFiles()
307 openFile(path + ".imports"); in thinLTOCreateEmptyIndexFiles()
345 openFile(path + ".thinlto.bc"); in compile()
347 openFile(path + ".imports"); in compile()
H A DWriter.cpp78 void openFile();
368 openFile(); in run()
2916 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp109 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler()
207 openFile(path + ".thinlto.bc"); in compile()
209 openFile(path + ".imports"); in compile()
H A DWriter.cpp236 void openFile(StringRef outputPath);
796 openFile(ctx.config.outputFile); in run()
1966 void Writer::openFile(StringRef path) { in openFile() function in Writer
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp198 bool openFile, in getFileRef() argument
246 openFile ? &F : nullptr, IsText); in getFileRef()
257 assert((openFile || !F) && "undesired open file"); in getFileRef()
338 } else if (!openFile) { in getFileRef()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp100 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
384 openFile(Args.getLastArg(OPT_deffile)->getValue()); in libDriverMain()
407 openFile(Args.getLastArg(OPT_nativedeffile)->getValue()); in libDriverMain()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp65 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
126 std::unique_ptr<MemoryBuffer> MB = openFile(DefFileName); in parseModuleDefinition()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h78 LLVM_ABI static llvm::Expected<GsymReader> openFile(StringRef Path);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h969 LLVM_ABI std::error_code openFile(const Twine &Name, int &ResultFD,
1075 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode);
1117 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp32 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in openFile() function in GsymReader
H A DDwarfTransformer.cpp709 auto Gsym = GsymReader::openFile(GsymPath); in verify()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1016 std::error_code openFile(const Twine &Name, int &ResultFD,
1125 std::error_code EC = openFile(Name, FD, Disp, Access, Flags, Mode);
1135 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp674 auto ReaderOrErr = gsym::GsymReader::openFile(GsymFile); in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1078 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp841 EC = sys::fs::openFile(DumpIRFilename, Result, sys::fs::CD_OpenAlways, in prepareDumpIRFileDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1252 std::error_code openFile(const Twine &Name, int &ResultFD,