Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2880 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2881 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2882 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2883 GlobalInitWorklist.back().first->setInitializer(MaybeC.get()); in resolveGlobalAndIndirectSymbolInits()
2893 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2894 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
2895 return MaybeC.takeError(); in resolveGlobalAndIndirectSymbolInits()
2896 Constant *C = MaybeC.get(); in resolveGlobalAndIndirectSymbolInits()
2920 Expected<Constant *> MaybeC = getValueForInitializer(ValID); in resolveGlobalAndIndirectSymbolInits() local
2921 if (!MaybeC) in resolveGlobalAndIndirectSymbolInits()
[all …]