Searched refs:WriteBundleEnd (Results 1 – 1 of 1) sorted by relevance
201 virtual Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) = 0;460 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anonaf6d25920111::BinaryFileHandler613 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anonaf6d25920111::ObjectFileHandler782 Error WriteBundleEnd(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in __anonaf6d25920111::TextFileHandler1221 if (Error Err = FH->WriteBundleEnd(BufferStream, Triple)) in BundleFiles()