clang 22.0.0git
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.

References Path, and ShouldInternalize.

Member Data Documentation

◆ Path

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

Definition at line 129 of file ToolChain.h.

Referenced by BitCodeLibraryInfo().

◆ ShouldInternalize

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

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