LLVM 23.0.0git
llvm::offloading::InputDesc Struct Reference

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

Detailed Description

Description of a single input (file or library).

Definition at line 74 of file ArchiveLinker.h.

Member Enumeration Documentation

◆ Kind

Enumerator
File 
Library 

Definition at line 75 of file ArchiveLinker.h.

Member Data Documentation

◆ InputKind

Kind llvm::offloading::InputDesc::InputKind = Kind::File

Definition at line 78 of file ArchiveLinker.h.

◆ Value

StringRef llvm::offloading::InputDesc::Value

Definition at line 77 of file ArchiveLinker.h.

◆ WholeArchive

bool llvm::offloading::InputDesc::WholeArchive = false

Definition at line 79 of file ArchiveLinker.h.


The documentation for this struct was generated from the following file: