Lines Matching refs:MaybeC

2914       Expected<Constant *> MaybeC = getValueForInitializer(ValID);  in resolveGlobalAndIndirectSymbolInits()  local
2915 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2916 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2917 GlobalInitWorklist.back().first->setInitializer(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
2927 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2928 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2929 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2930 Constant *C = MaybeC.get(); in resolveGlobalAndIndirectSymbolInits()
2950 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2951 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2952 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2953 Info.F->setPersonalityFn(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
2960 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2961 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2962 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2963 Info.F->setPrefixData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
2970 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2971 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2972 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2973 Info.F->setPrologueData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()