Searched refs:IndirectSymbolInits (Results 1 – 1 of 1) sorted by relevance
601 std::vector<std::pair<GlobalValue *, unsigned>> IndirectSymbolInits; member in __anon27c3e5780411::BitcodeReader2747 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()2767 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()3548 if (!GlobalInits.empty() || !IndirectSymbolInits.empty()) in globalCleanup()3580 std::vector<std::pair<GlobalValue *, unsigned>>().swap(IndirectSymbolInits); in globalCleanup()4046 IndirectSymbolInits.push_back(std::make_pair(NewGA, Val)); in parseGlobalIndirectSymbolRecord()