Searched refs:BitcodeLTOInfo (Results 1 – 6 of 6) sorted by relevance
53 struct BitcodeLTOInfo { struct112 Expected<BitcodeLTOInfo> getLTOInfo();178 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
187 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()
6958 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo()6976 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false, in getLTOInfo()6985 return BitcodeLTOInfo{/*IsThinLTO=*/true, /*HasSummary=*/true, in getLTOInfo()6994 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/true, in getLTOInfo()7104 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) { in getBitcodeLTOInfo()