|
LLVM 23.0.0git
|
Description of a single input (file or library). More...
#include "llvm/Frontend/Offloading/ArchiveLinker.h"
Public Types | |
| enum class | Kind { File , Library } |
Public Attributes | |
| StringRef | Value |
| Kind | InputKind = Kind::File |
| bool | WholeArchive = false |
Description of a single input (file or library).
Definition at line 74 of file ArchiveLinker.h.
|
strong |
| Enumerator | |
|---|---|
| File | |
| Library | |
Definition at line 75 of file ArchiveLinker.h.
| Kind llvm::offloading::InputDesc::InputKind = Kind::File |
Definition at line 78 of file ArchiveLinker.h.
| StringRef llvm::offloading::InputDesc::Value |
Definition at line 77 of file ArchiveLinker.h.
| bool llvm::offloading::InputDesc::WholeArchive = false |
Definition at line 79 of file ArchiveLinker.h.