Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp201 virtual Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) = 0;
459 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anoncaeeea5c0111::BinaryFileHandler
620 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anoncaeeea5c0111::ObjectFileHandler
835 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anoncaeeea5c0111::TextFileHandler
1354 if (Error Err = FH->WriteBundleStart(BufferStream, Triple)) in BundleFiles()