Searched refs:BitcodeLTOInfo (Results 1 – 6 of 6) sorted by relevance
95 struct BitcodeLTOInfo { struct154 LLVM_ABI Expected<BitcodeLTOInfo> getLTOInfo();224 LLVM_ABI Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
230 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo()); in main()
71 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
735 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule()
757 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
8556 BitcodeLTOInfo <OInfo) { in getEnableSplitLTOUnitAndUnifiedFlag()8605 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() { in getLTOInfo()8622 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false, in getLTOInfo()8627 BitcodeLTOInfo LTOInfo; in getLTOInfo()8639 BitcodeLTOInfo LTOInfo; in getLTOInfo()8756 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) { in getBitcodeLTOInfo()