Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp162 virtual Error WriteBundleEnd(raw_fd_ostream &OS, StringRef TargetTriple) = 0;
369 Error WriteBundleEnd(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in BinaryFileHandler
511 Error WriteBundleEnd(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in ObjectFileHandler
700 Error WriteBundleEnd(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleEnd() function in TextFileHandler
811 if (Error Err = FH->WriteBundleEnd(OutputFile, Triple)) in BundleFiles()