clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::driver::ToolChain::BitCodeLibraryInfo Struct Reference

#include "clang/Driver/ToolChain.h"

Public Member Functions

 BitCodeLibraryInfo (StringRef Path, bool ShouldInternalize=true)
 

Public Attributes

std::string Path
 
bool ShouldInternalize
 

Detailed Description

Definition at line 128 of file ToolChain.h.

Constructor & Destructor Documentation

◆ BitCodeLibraryInfo()

clang::driver::ToolChain::BitCodeLibraryInfo::BitCodeLibraryInfo ( StringRef  Path,
bool  ShouldInternalize = true 
)
inline

Definition at line 131 of file ToolChain.h.

Member Data Documentation

◆ Path

std::string clang::driver::ToolChain::BitCodeLibraryInfo::Path

◆ ShouldInternalize

bool clang::driver::ToolChain::BitCodeLibraryInfo::ShouldInternalize

Definition at line 130 of file ToolChain.h.


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