| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 85 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 | 58 void openFile(); 1186 void Writer::openFile() { in openFile() function in Writer 1301 openFile(); in writeOutputFile()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 171 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 D | Writer.cpp | 78 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 D | LTO.cpp | 109 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler() 207 openFile(path + ".thinlto.bc"); in compile() 209 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 236 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 D | FileManager.cpp | 198 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 D | LibDriver.cpp | 100 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 D | DlltoolDriver.cpp | 65 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 D | GsymReader.h | 78 LLVM_ABI static llvm::Expected<GsymReader> openFile(StringRef Path);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 969 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 D | GsymReader.cpp | 32 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in openFile() function in GsymReader
|
| H A D | DwarfTransformer.cpp | 709 auto Gsym = GsymReader::openFile(GsymPath); in verify()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 1016 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 D | Symbolize.cpp | 674 auto ReaderOrErr = gsym::GsymReader::openFile(GsymFile); in getOrCreateModuleInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 1078 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 841 EC = sys::fs::openFile(DumpIRFilename, Result, sys::fs::CD_OpenAlways, in prepareDumpIRFileDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1252 std::error_code openFile(const Twine &Name, int &ResultFD,
|