Home
last modified time | relevance | path

Searched defs:BitCodeLibraryInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h116 struct BitCodeLibraryInfo { struct
119 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true) argument
120 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()