Searched refs:IndirectSymbolInits (Results 1 – 1 of 1) sorted by relevance
603 std::vector<std::pair<GlobalValue *, unsigned>> IndirectSymbolInits; member in __anon933571fe0411::BitcodeReader2905 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()2925 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()3703 if (!GlobalInits.empty() || !IndirectSymbolInits.empty()) in globalCleanup()3730 std::vector<std::pair<GlobalValue *, unsigned>>().swap(IndirectSymbolInits); in globalCleanup()4230 IndirectSymbolInits.push_back(std::make_pair(NewGA, Val)); in parseGlobalIndirectSymbolRecord()