Searched refs:MappedTargets (Results 1 – 1 of 1) sorted by relevance
401 TargetList MappedTargets; in getSymbolSection() local409 MappedTargets = Targets; in getSymbolSection()412 MappedTargets = *TargetsOrErr; in getSymbolSection()415 std::make_pair(std::move(MappedTargets), std::vector<JSONSymbol>())); in getSymbolSection()448 TargetList MappedTargets; in getLibSection() local456 MappedTargets = Targets; in getLibSection()459 MappedTargets = *TargetsOrErr; in getLibSection()462 collectFromArray(SubKey, Obj, [&Result, &MappedTargets](StringRef Key) { in getLibSection()463 Result[Key.str()] = MappedTargets; in getLibSection()479 TargetList MappedTargets; in getUmbrellaSection() local[all …]