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