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