Lines Matching refs:MappedTargets
401 TargetList MappedTargets; in getSymbolSection() local
409 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() local
456 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
489 MappedTargets = Targets; in getUmbrellaSection()
492 MappedTargets = *TargetsOrErr; in getUmbrellaSection()