Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp172 virtual Error WriteBundleStart(raw_fd_ostream &OS,
422 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in BinaryFileHandler
564 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in ObjectFileHandler
735 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in TextFileHandler
859 if (Error Err = FH->WriteBundleStart(OutputFile, Triple)) in BundleFiles()