Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp197 virtual Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) = 0;
455 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anonaf6d25920111::BinaryFileHandler
608 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anonaf6d25920111::ObjectFileHandler
777 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anonaf6d25920111::TextFileHandler
1217 if (Error Err = FH->WriteBundleStart(BufferStream, Triple)) in BundleFiles()