Home
last modified time | relevance | path

Searched refs:MaybeC (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3135 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
3136 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
3137 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
3138 GlobalInitWorklist.back().first->setInitializer(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
3148 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
3149 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
3150 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
3151 Constant *C = MaybeC.get(); in resolveGlobalAndIndirectSymbolInits()
3171 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
3172 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
[all …]