clang 17.0.0git
|
#include "clang/Driver/OffloadBundler.h"
Public Attributes | |
bool | AllowNoHost = false |
bool | AllowMissingBundles = false |
bool | CheckInputArchive = false |
bool | PrintExternalCommands = false |
bool | HipOpenmpCompatible = false |
unsigned | BundleAlignment = 1 |
unsigned | HostInputIndex = ~0u |
std::string | FilesType |
std::string | ObjcopyPath |
std::vector< std::string > | TargetNames |
std::vector< std::string > | InputFileNames |
std::vector< std::string > | OutputFileNames |
Definition at line 27 of file OffloadBundler.h.
Definition at line 30 of file OffloadBundler.h.
Referenced by clang::OffloadBundler::UnbundleArchive(), and clang::OffloadBundler::UnbundleFiles().
Definition at line 29 of file OffloadBundler.h.
Referenced by clang::OffloadBundler::BundleFiles().
unsigned clang::OffloadBundlerConfig::BundleAlignment = 1 |
Definition at line 35 of file OffloadBundler.h.
Definition at line 31 of file OffloadBundler.h.
std::string clang::OffloadBundlerConfig::FilesType |
Definition at line 38 of file OffloadBundler.h.
Referenced by CreateFileHandler().
Definition at line 33 of file OffloadBundler.h.
Referenced by clang::OffloadTargetInfo::isOffloadKindCompatible().
unsigned clang::OffloadBundlerConfig::HostInputIndex = ~0u |
Definition at line 36 of file OffloadBundler.h.
Referenced by clang::OffloadBundler::BundleFiles(), and clang::OffloadBundler::UnbundleFiles().
std::vector<std::string> clang::OffloadBundlerConfig::InputFileNames |
Definition at line 43 of file OffloadBundler.h.
Referenced by clang::OffloadBundler::BundleFiles(), clang::OffloadBundler::UnbundleArchive(), and clang::OffloadBundler::UnbundleFiles().
std::string clang::OffloadBundlerConfig::ObjcopyPath |
Definition at line 39 of file OffloadBundler.h.
std::vector<std::string> clang::OffloadBundlerConfig::OutputFileNames |
Definition at line 44 of file OffloadBundler.h.
Referenced by clang::OffloadBundler::BundleFiles(), clang::OffloadBundler::UnbundleArchive(), and clang::OffloadBundler::UnbundleFiles().
Definition at line 32 of file OffloadBundler.h.
std::vector<std::string> clang::OffloadBundlerConfig::TargetNames |
Definition at line 42 of file OffloadBundler.h.
Referenced by clang::OffloadBundler::BundleFiles(), getCompatibleOffloadTargets(), clang::OffloadBundler::UnbundleArchive(), and clang::OffloadBundler::UnbundleFiles().