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.cpp3041 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()
[all …]