Lines Matching refs:MaybeC

3041       Expected<Constant *> MaybeC = getValueForInitializer(ValID);  in resolveGlobalAndIndirectSymbolInits()  local
3042 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
3043 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
3044 GlobalInitWorklist.back().first->setInitializer(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
3054 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
3055 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
3056 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
3057 Constant *C = MaybeC.get(); in resolveGlobalAndIndirectSymbolInits()
3077 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
3078 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
3079 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
3080 Info.F->setPersonalityFn(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
3087 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
3088 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
3089 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
3090 Info.F->setPrefixData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
3097 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
3098 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
3099 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
3100 Info.F->setPrologueData(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()