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