Lines Matching refs:MaybeC
2756 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2757 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2758 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2759 GlobalInitWorklist.back().first->setInitializer(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
2769 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2770 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2771 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2772 Constant *C = MaybeC.get(); in resolveGlobalAndIndirectSymbolInits()
2796 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2797 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2798 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2799 Info.F->setPersonalityFn(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
2806 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2807 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2808 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2809 Info.F->setPrefixData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
2816 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2817 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2818 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2819 Info.F->setPrologueData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()