struct ToolChain::BitCodeLibraryInfo
Declaration
struct ToolChain::BitCodeLibraryInfo { /* full declaration omitted */ };
Declared at: clang/include/clang/Driver/ToolChain.h:116
Member Variables
- public std::string Path
- public bool ShouldInternalize
Method Overview
- public BitCodeLibraryInfo(llvm::StringRef Path, bool ShouldInternalize = true)
Methods
ΒΆBitCodeLibraryInfo(llvm::StringRef Path,
bool ShouldInternalize = true)
BitCodeLibraryInfo(llvm::StringRef Path,
bool ShouldInternalize = true)
Declared at: clang/include/clang/Driver/ToolChain.h:119
Parameters
- llvm::StringRef Path
- bool ShouldInternalize = true