| 
    clang 22.0.0git
    
   | 
 
#include "clang/Driver/ToolChain.h"
Public Member Functions | |
| BitCodeLibraryInfo (StringRef Path, bool ShouldInternalize=true) | |
Public Attributes | |
| std::string | Path | 
| bool | ShouldInternalize | 
Definition at line 128 of file ToolChain.h.
      
  | 
  inline | 
Definition at line 131 of file ToolChain.h.
References Path, and ShouldInternalize.
| std::string clang::driver::ToolChain::BitCodeLibraryInfo::Path | 
Definition at line 129 of file ToolChain.h.
Referenced by BitCodeLibraryInfo().
| bool clang::driver::ToolChain::BitCodeLibraryInfo::ShouldInternalize | 
Definition at line 130 of file ToolChain.h.
Referenced by BitCodeLibraryInfo(), and clang::driver::RocmInstallationDetector::getCommonBitcodeLibs().