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.cpp216 virtual Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) = 0;
474 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anoncaeeea5c0211::BinaryFileHandler
635 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anoncaeeea5c0211::ObjectFileHandler
849 Error WriteBundleStart(raw_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in __anoncaeeea5c0211::TextFileHandler
1495 if (Error Err = FH->WriteBundleStart(BufferStream, Triple)) in BundleFiles()