Searched defs:BitCodeLibraryInfo (Results 1 – 1 of 1) sorted by relevance
122 struct BitCodeLibraryInfo { struct125 BitCodeLibraryInfo(StringRef Path, bool ShouldInternalize = true) argument126 : Path(Path), ShouldInternalize(ShouldInternalize) {} in Path()