Searched refs:BitcodeLTOInfo (Results 1 – 6 of 6) sorted by relevance
53 struct BitcodeLTOInfo { struct112 Expected<BitcodeLTOInfo> getLTOInfo();178 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
196 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo()); in main()
75 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
664 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule()
637 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
6889 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo()6907 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false, in getLTOInfo()6916 return BitcodeLTOInfo{/*IsThinLTO=*/true, /*HasSummary=*/true, in getLTOInfo()6925 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/true, in getLTOInfo()7035 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) { in getBitcodeLTOInfo()