Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp220 virtual Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) = 0;
479 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anoncaeeea5c0211::BinaryFileHandler
640 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anoncaeeea5c0211::ObjectFileHandler
854 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anoncaeeea5c0211::TextFileHandler
1499 if (Error Err = FH->WriteBundleEnd(BufferStream, Triple)) in BundleFiles()