Searched refs:IndirectSymbolInits (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp502 std::vector<std::pair<GlobalIndirectSymbol *, unsigned>> IndirectSymbolInits; member in class:__anon3411::BitcodeReader
2237 IndirectSymbolInitWorklist.swap(IndirectSymbolInits);
2259 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back());
3009 if (!GlobalInits.empty() || !IndirectSymbolInits.empty())
3042 IndirectSymbolInits);
3445 IndirectSymbolInits.push_back(std::make_pair(NewGA, Val));

Completed in 166 milliseconds