Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp269 virtual Error WriteBundleStart(raw_fd_ostream &OS,
519 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in BinaryFileHandler
660 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in ObjectFileHandler
831 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in TextFileHandler
957 if (Error Err = FH->WriteBundleStart(OutputFile, Triple)) in BundleFiles()