Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp201 virtual Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) = 0;
460 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anonaf6d25920111::BinaryFileHandler
613 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anonaf6d25920111::ObjectFileHandler
782 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anonaf6d25920111::TextFileHandler
1221 if (Error Err = FH->WriteBundleEnd(BufferStream, Triple)) in BundleFiles()