Searched defs:TargetLabelPair (Results 1 – 1 of 1) sorted by relevance
33 struct TargetLabelPair { struct34 TargetLabelPair(const Target* target, const Label& default_toolchain_label) in TargetLabelPair() function39 const Target* target;40 std::unique_ptr<std::string> label;42 bool operator<(const TargetLabelPair& other) const { in operator <()46 using List = std::vector<TargetLabelPair>;49 static List CreateSortedList(const MapType& outputs_map, in CreateSortedList()