Searched refs:IndirectSymbolInits (Results 1 – 1 of 1) sorted by relevance
624 std::vector<std::pair<GlobalValue *, unsigned>> IndirectSymbolInits; member in __anondf6e26480411::BitcodeReader3032 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()3052 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()3857 if (!GlobalInits.empty() || !IndirectSymbolInits.empty()) in globalCleanup()3888 std::vector<std::pair<GlobalValue *, unsigned>>().swap(IndirectSymbolInits); in globalCleanup()4387 IndirectSymbolInits.push_back(std::make_pair(NewGA, Val)); in parseGlobalIndirectSymbolRecord()