| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | LTO.cpp | 37 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { in openFile() function 95 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler() 183 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); in thinLTOCreateEmptyIndexFiles() 191 openFile(path + ".imports"); in thinLTOCreateEmptyIndexFiles() 224 openFile(path + ".thinlto.bc"); in compile() 226 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 59 void openFile(); 1135 void Writer::openFile() { in openFile() function in Writer 1254 openFile(); in writeOutputFile()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | LTO.cpp | 45 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { in openFile() function 66 return openFile(file); in openLTOOutputFile() 194 indexFile = openFile(config->thinLTOIndexOnlyArg); in BitcodeCompiler() 307 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); in thinLTOCreateEmptyIndexFiles() 315 openFile(path + ".imports"); in thinLTOCreateEmptyIndexFiles() 349 openFile(path + ".thinlto.bc"); in compile() 351 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 75 void openFile(); 578 openFile(); in run() 2857 template <class ELFT> void Writer<ELFT>::openFile() { in openFile() function in Writer
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | LTO.cpp | 46 static std::unique_ptr<raw_fd_ostream> openFile(StringRef file) { in openFile() function 107 indexFile = openFile(ctx.config.thinLTOIndexOnlyArg); in BitcodeCompiler() 194 openFile(path + ".thinlto.bc"); in compile() 196 openFile(path + ".imports"); in compile()
|
| H A D | Writer.cpp | 226 void openFile(StringRef outputPath); 674 openFile(ctx.config.outputFile); in run() 1615 void Writer::openFile(StringRef path) { in openFile() function in Writer
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | FileManager.cpp | 198 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() argument 199 auto Result = getFileRef(Filename, openFile, CacheFailure); in getFile() 206 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { in getFileRef() argument 252 openFile ? &F : nullptr); in getFileRef() 263 assert((openFile || !F) && "undesired open file"); in getFileRef() 364 } else if (!openFile) { in getFileRef()
|
| /openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 61 std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function 145 openFile(Args.getLastArg(OPT_d)->getValue()); in dlltoolDriverMain()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-gsymutil/ |
| H A D | llvm-gsymutil.cpp | 496 CurrentGsym = GsymReader::openFile(GSYMPath); in main() 520 auto Gsym = GsymReader::openFile(GSYMPath); in main()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymReader.h | 77 static llvm::Expected<GsymReader> openFile(StringRef Path);
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 78 std::unique_ptr<MemoryBuffer> openFile(const std::string &Filename); 352 std::unique_ptr<MemoryBuffer> opts::openFile(const std::string &Filename) { in openFile() function in opts 418 std::unique_ptr<MemoryBuffer> MB = opts::openFile(breakpoint::CommandFile); in evaluateBreakpoints() 1161 std::unique_ptr<MemoryBuffer> MB = opts::openFile(irmemorymap::CommandFile); in evaluateMemoryMapCommands()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 965 std::error_code openFile(const Twine &Name, int &ResultFD, 1068 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode); 1110 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Writer.cpp | 56 void openFile(); 1684 openFile(); in run() 1701 void Writer::openFile() { in openFile() function in lld::wasm::Writer
|
| /openbsd-src/gnu/llvm/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 | 502 auto Gsym = GsymReader::openFile(GsymPath); in verify()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 1010 std::error_code openFile(const Twine &Name, int &ResultFD, 1119 std::error_code EC = openFile(Name, FD, Disp, Access, Flags, Mode); 1129 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 1042 openFile(path, pc.pc_fd, CD_CreateNew, FA_Write, OF_None)) { in SaveCore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1202 std::error_code openFile(const Twine &Name, int &ResultFD,
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CodingStandards.rst | 1101 and start with a lower case letter (e.g. ``openFile()`` or ``isFoo()``).
|