Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp504 std::vector<std::pair<GlobalIndirectSymbol *, unsigned>> IndirectSymbolInits; member in __anon9c8db84c0411::BitcodeReader
2240 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()
2262 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
2966 if (!GlobalInits.empty() || !IndirectSymbolInits.empty()) in globalCleanup()
2996 IndirectSymbolInits); in globalCleanup()
3400 IndirectSymbolInits.push_back(std::make_pair(NewGA, Val)); in parseGlobalIndirectSymbolRecord()
/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()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp503 std::vector<std::pair<GlobalIndirectSymbol *, unsigned>> IndirectSymbolInits; member in __anon6307d9380411::BitcodeReader
2248 IndirectSymbolInitWorklist.swap(IndirectSymbolInits); in resolveGlobalAndIndirectSymbolInits()
2270 IndirectSymbolInits.push_back(IndirectSymbolInitWorklist.back()); in resolveGlobalAndIndirectSymbolInits()
3026 if (!GlobalInits.empty() || !IndirectSymbolInits.empty()) in globalCleanup()
3059 IndirectSymbolInits); in globalCleanup()
3469 IndirectSymbolInits.push_back(std::make_pair(NewGA, Val)); in parseGlobalIndirectSymbolRecord()