Searched refs:BitcodeLTOInfo (Results 1 – 6 of 6) sorted by relevance
93 struct BitcodeLTOInfo { struct152 Expected<BitcodeLTOInfo> getLTOInfo();219 Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);
220 BitcodeLTOInfo LTOInfo = ExitOnErr(MB.getLTOInfo()); in main()
75 Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef); in isThinLTO()
678 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule()
732 Expected<BitcodeLTOInfo> LTOInfo = Input.Mods[ModI].getLTOInfo(); in addModule()
8421 BitcodeLTOInfo <OInfo) {8470 Expected<BitcodeLTOInfo> BitcodeModule::getLTOInfo() {8487 return BitcodeLTOInfo{/*IsThinLTO=*/false, /*HasSummary=*/false,8492 BitcodeLTOInfo LTOInfo;8504 BitcodeLTOInfo LTOInfo;8621 Expected<BitcodeLTOInfo> llvm::getBitcodeLTOInfo(MemoryBufferRef Buffer) {