Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp157 virtual Error WriteBundleStart(raw_fd_ostream &OS,
364 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in BinaryFileHandler
506 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in ObjectFileHandler
695 Error WriteBundleStart(raw_fd_ostream &OS, StringRef TargetTriple) final { in WriteBundleStart() function in TextFileHandler
807 if (Error Err = FH->WriteBundleStart(OutputFile, Triple)) in BundleFiles()