Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp208 std::vector<std::pair<GlobalIndirectSymbol*, unsigned> > IndirectSymbolInits; member in __anonecb5182a0111::BitcodeReader
2781 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()
2803 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
3445 if (!GlobalInits.empty() || !IndirectSymbolInits.empty()) in globalCleanup()
3468 IndirectSymbolInits); in globalCleanup()
4000 IndirectSymbolInits.push_back(std::make_pair(NewGA, Val)); in parseModule()