Searched refs:BitcodeLTOInfo (Results 1 – 6 of 6) sorted by relevance
51 struct BitcodeLTOInfo { struct108 Expected<BitcodeLTOInfo> getLTOInfo();171 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
169 BitcodeLTOInfo LTOInfo = ExitOnErr(getBitcodeLTOInfo(*MB)); in main()
74 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
545 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
5973 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo()5987 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false, in getLTOInfo()5996 return BitcodeLTOInfo{/*IsThinLTO=*/true, /*HasSummary=*/true, in getLTOInfo()6005 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/true, in getLTOInfo()6111 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) { in getBitcodeLTOInfo()
1145 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in FindThinLTOModule()