Searched refs:FailedSymbolsMap (Results 1 – 1 of 1) sorted by relevance
2287 auto FailedSymbolsMap = std::make_shared<SymbolDependenceMap>(); in IL_updateCandidatesFor() local2288 (*FailedSymbolsMap)[&JD] = {Name}; in IL_updateCandidatesFor()2290 std::move(FailedSymbolsMap)); in IL_updateCandidatesFor()2625 auto FailedSymbolsMap = std::make_shared<SymbolDependenceMap>(); in OL_completeLookup() local2626 (*FailedSymbolsMap)[&JD] = {Name}; in OL_completeLookup()2628 getSymbolStringPool(), std::move(FailedSymbolsMap)); in OL_completeLookup()3538 auto FailedSymbolsMap = std::make_shared<SymbolDependenceMap>(); in IL_failSymbols() local3552 (*FailedSymbolsMap)[&JD].insert(Name); in IL_failSymbols()3658 (*FailedSymbolsMap)[&DepJD].insert(SymbolStringPtr(DepName)); in IL_failSymbols()3695 return std::make_pair(std::move(FailedQueries), std::move(FailedSymbolsMap)); in IL_failSymbols()