Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp503 std::vector<std::pair<GlobalIndirectSymbol *, unsigned>> IndirectSymbolInits; member in __anonfbd6fa600411::BitcodeReader
2250 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()
2272 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
3062 if (!GlobalInits.empty() || !IndirectSymbolInits.empty()) in globalCleanup()
3095 IndirectSymbolInits); in globalCleanup()
3509 IndirectSymbolInits.push_back(std::make_pair(NewGA, Val)); in parseGlobalIndirectSymbolRecord()