Searched refs:BitcodeLTOInfo (Results 1 – 5 of 5) sorted by relevance
51 struct BitcodeLTOInfo { struct107 Expected<BitcodeLTOInfo> getLTOInfo();170 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
169 BitcodeLTOInfo LTOInfo = ExitOnErr(getBitcodeLTOInfo(*MB)); in main()
74 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
520 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
5815 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo()5829 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false}; in getLTOInfo()5833 return BitcodeLTOInfo{/*IsThinLTO=*/true, /*HasSummary=*/true}; in getLTOInfo()5836 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/true}; in getLTOInfo()5940 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) { in getBitcodeLTOInfo()