Searched refs:BitcodeLTOInfo (Results 1 – 6 of 6) sorted by relevance
93 struct BitcodeLTOInfo { struct152 Expected<BitcodeLTOInfo> getLTOInfo();219 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
212 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo()); in main()
676 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule()
75 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
718 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
8075 BitcodeLTOInfo <OInfo) { in getEnableSplitLTOUnitAndUnifiedFlag()8124 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo()8141 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false, in getLTOInfo()8146 BitcodeLTOInfo LTOInfo; in getLTOInfo()8158 BitcodeLTOInfo LTOInfo; in getLTOInfo()8275 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) { in getBitcodeLTOInfo()